chapter5-styling.pro Example File
chattutorial/chapter5-styling/chapter5-styling.proTEMPLATE = app QT += qml quick sql CONFIG += c++11 !contains(sql-drivers, sqlite): QTPLUGIN += qsqlite HEADERS += sqlcontactmodel.h \ sqlconversationmodel.h SOURCES += main.cpp \ sqlcontactmodel.cpp \ sqlconversationmodel.cpp RESOURCES += \ qml.qrc \ ../shared/shared.qrc target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/chattutorial/chapter5-styling INSTALLS += target