2016-01-04 16:13:08 +00:00
|
|
|
TEMPLATE = app
|
|
|
|
|
|
|
|
QT += qml quick sql
|
|
|
|
CONFIG += c++11
|
|
|
|
|
|
|
|
HEADERS += sqlcontactmodel.h \
|
|
|
|
sqlconversationmodel.h
|
|
|
|
|
|
|
|
SOURCES += main.cpp \
|
|
|
|
sqlcontactmodel.cpp \
|
|
|
|
sqlconversationmodel.cpp
|
|
|
|
|
|
|
|
RESOURCES += \
|
|
|
|
qml.qrc \
|
|
|
|
../shared/shared.qrc
|
|
|
|
|
2016-04-20 21:00:18 +00:00
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/chattutorial/chapter5-styling
|
2016-03-18 08:53:02 +00:00
|
|
|
INSTALLS += target
|