From c943543b84129bd82c17858d5eb91486af78111c Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 21 Apr 2016 10:46:55 +0200 Subject: fix example installs this includes renaming the first-level subdir of examples/. Change-Id: Idf14164533c247e5c0cc5acdb405ac97f7c33ac5 Reviewed-by: J-P Nurmi --- .../quickcontrols/controls/uiforms/uiforms.pro | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 examples/quickcontrols/controls/uiforms/uiforms.pro (limited to 'examples/quickcontrols/controls/uiforms/uiforms.pro') diff --git a/examples/quickcontrols/controls/uiforms/uiforms.pro b/examples/quickcontrols/controls/uiforms/uiforms.pro new file mode 100644 index 000000000..8b8a8a965 --- /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 -- cgit v1.2.3