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

SOURCES += \
    main.cpp

OTHER_FILES += \
    main.qml

RESOURCES += \
    styles.qrc