aboutsummaryrefslogtreecommitdiffstats
path: root/examples/labs/controls/theme/theme.pro
blob: 7672a2cb02d0a06f2d4af6f63be80488a3d537a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = app
TARGET = theme
QT += quick

SOURCES += \
    main.cpp

OTHER_FILES += \
    main.qml

RESOURCES += \
    theme.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/labs/controls/theme
INSTALLS += target