aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/stocqt/stocqt.pro
blob: 0e89a3005043f80f567980167db9963c1f6c8865 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = app

QT += qml quick
SOURCES += main.cpp
RESOURCES += stocqt.qrc
OTHER_FILES += *.qml content/*.qml content/images/*.png

target.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/stocqt
INSTALLS += target