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

SOURCES += \
    main.cpp

OTHER_FILES += \
    main.qml

RESOURCES += \
    theme.qrc