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

SOURCES += \
    main.cpp

OTHER_FILES += \
    main.qml

RESOURCES += \
    tabs.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/tabs
INSTALLS += target