aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/threading/threading.pro
blob: cd9ed25e0c772b72f0d246ad96272b55b2035204 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = app

QT += quick qml
SOURCES += main.cpp
RESOURCES += \
    threading.qrc \
    ../shared/shared.qrc

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