26 lines
414 B
Prolog
26 lines
414 B
Prolog
CONFIG += warn_on qmltestcase qtquickcompiler
|
|
|
|
TEMPLATE = app
|
|
|
|
DESTDIR += $${PWD}/bin
|
|
|
|
DEFINES += PROJECT_PATH=\"$${PWD}\"
|
|
|
|
#DISTFILES += $$
|
|
|
|
DISTFILES += $$files("$$PWD/*.qml", true) \
|
|
tst_statusChatListCategoryItemButton.qml \
|
|
tst_status_round_button.qml
|
|
|
|
QML_IMPORT_PATH += status-desktop/ui/StatusQ/src
|
|
|
|
SOURCES += \
|
|
main.cpp \
|
|
setup.cpp
|
|
|
|
HEADERS += \
|
|
setup.h
|
|
|
|
RESOURCES += \
|
|
tests.qrc
|