summaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/controls/styles/styles.pro
blob: b1b29951d3a829dea17e4cd47f050f4e5774cf26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = app
TARGET = styles
QT += qml quick

SOURCES += \
    main.cpp
RESOURCES += \
    styles.qrc
OTHER_FILES += \
    main.qml

target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols/controls/styles
INSTALLS += target