summaryrefslogtreecommitdiff
path: root/examples/enginio/quick
diff options
context:
space:
mode:
Diffstat (limited to 'examples/enginio/quick')
-rw-r--r--examples/enginio/quick/image-gallery/image-gallery.pro3
-rw-r--r--examples/enginio/quick/image-gallery/image_gallery80.pngbin4945 -> 0 bytes
-rw-r--r--examples/enginio/quick/quick.pro3
-rw-r--r--examples/enginio/quick/socialtodos/socialtodos.pro6
-rw-r--r--examples/enginio/quick/todos/todos.pro3
-rw-r--r--examples/enginio/quick/users/users.pro5
6 files changed, 19 insertions, 1 deletions
diff --git a/examples/enginio/quick/image-gallery/image-gallery.pro b/examples/enginio/quick/image-gallery/image-gallery.pro
index 7cac108..d65d496 100644
--- a/examples/enginio/quick/image-gallery/image-gallery.pro
+++ b/examples/enginio/quick/image-gallery/image-gallery.pro
@@ -13,3 +13,6 @@ OTHER_FILES += *.qml
RESOURCES += \
gallery.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/enginio/quick/image-gallery
+INSTALLS += target
diff --git a/examples/enginio/quick/image-gallery/image_gallery80.png b/examples/enginio/quick/image-gallery/image_gallery80.png
deleted file mode 100644
index 6ad8096..0000000
--- a/examples/enginio/quick/image-gallery/image_gallery80.png
+++ /dev/null
Binary files differ
diff --git a/examples/enginio/quick/quick.pro b/examples/enginio/quick/quick.pro
index 6433bbc..8c9886d 100644
--- a/examples/enginio/quick/quick.pro
+++ b/examples/enginio/quick/quick.pro
@@ -5,3 +5,6 @@ SUBDIRS += \
socialtodos \
todos \
users \
+
+EXAMPLE_FILES += \
+ main.cpp
diff --git a/examples/enginio/quick/socialtodos/socialtodos.pro b/examples/enginio/quick/socialtodos/socialtodos.pro
index e27f082..8b25667 100644
--- a/examples/enginio/quick/socialtodos/socialtodos.pro
+++ b/examples/enginio/quick/socialtodos/socialtodos.pro
@@ -19,3 +19,9 @@ OTHER_FILES += \
socialtodos.qml
RESOURCES += socialtodos.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/enginio/quick/socialtodos
+INSTALLS += target
+
+EXAMPLE_FILES += \
+ backendconfig
diff --git a/examples/enginio/quick/todos/todos.pro b/examples/enginio/quick/todos/todos.pro
index 7e1e486..db26da7 100644
--- a/examples/enginio/quick/todos/todos.pro
+++ b/examples/enginio/quick/todos/todos.pro
@@ -11,3 +11,6 @@ mac: CONFIG -= app_bundle
OTHER_FILES += todo.qml
RESOURCES += todo.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/enginio/quick/todos
+INSTALLS += target
diff --git a/examples/enginio/quick/users/users.pro b/examples/enginio/quick/users/users.pro
index 12fef03..cfe6a2b 100644
--- a/examples/enginio/quick/users/users.pro
+++ b/examples/enginio/quick/users/users.pro
@@ -10,4 +10,7 @@ SOURCES += ../main.cpp
mac: CONFIG -= app_bundle
OTHER_FILES += users.qml Browse.qml Login.qml Register.qml
-RESOURCES += users.qrc \ No newline at end of file
+RESOURCES += users.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/enginio/quick/users
+INSTALLS += target