summaryrefslogtreecommitdiff
path: root/examples/quickcontrols/controls/uiforms/uiforms.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/controls/uiforms/uiforms.pro')
-rw-r--r--examples/quickcontrols/controls/uiforms/uiforms.pro24
1 files changed, 24 insertions, 0 deletions
diff --git a/examples/quickcontrols/controls/uiforms/uiforms.pro b/examples/quickcontrols/controls/uiforms/uiforms.pro
new file mode 100644
index 00000000..8b8a8a96
--- /dev/null
+++ b/examples/quickcontrols/controls/uiforms/uiforms.pro
@@ -0,0 +1,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