aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/controls/theme/theme.pro
blob: 603f4839b8a81af1844d91775d283d573a008cc3 (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]/quickcontrols2/theme
INSTALLS += target