blob: 71a8760f0db20bf152ebd45b4c71e33a01c0646b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
QT += declarative
macx:CONFIG -= app_bundle
DEFINES += SRCDIR=\\\"$$PWD\\\"
SOURCES += main.cpp
DISTFILES += qml/main.qml
qml.files = qml
qml.path = .
DEPLOYMENT += qml
|