summaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/controls/uiforms/uiforms.pro
blob: 8b8a8a965fecf004451660f79bb4c41497ff6bca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
TEMPLATE = app
TARGET = uiforms

SOURCES += \
    main.cpp

RESOURCES += \
    uiforms.qrc

OTHER_FILES += \
    main.qml \
    MainForm.ui.qml \
    qml/Settings.qml \
    qml/History.qml \
    qml/Notes.qml \
    qml/SettingsForm.ui.qml \
    qml/HistoryForm.ui.qml \
    qml/NotesForm.ui.qml \
    qml/CustomerModel.qml

include(../shared/shared.pri)

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