summaryrefslogtreecommitdiffstats
path: root/examples/quick/controls/uiforms/uiforms.pro
blob: 08b3d0c4af3fb52f264a38f4890798d5a2a1038e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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)