summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/examples.pro6
-rw-r--r--examples/hybridshell/qtquick2applicationviewer/qtquick2applicationviewer.pri2
-rw-r--r--examples/qtobject/qtquick2applicationviewer/qtquick2applicationviewer.pri2
-rw-r--r--qwebchannel.pro10
4 files changed, 18 insertions, 2 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
new file mode 100644
index 0000000..9e579fa
--- /dev/null
+++ b/examples/examples.pro
@@ -0,0 +1,6 @@
+TEMPLATE = subdirs
+CONFIG += ordered
+
+SUBDIRS = \
+ hybridshell \
+ qtobject
diff --git a/examples/hybridshell/qtquick2applicationviewer/qtquick2applicationviewer.pri b/examples/hybridshell/qtquick2applicationviewer/qtquick2applicationviewer.pri
index df939e4..f9a48b6 100644
--- a/examples/hybridshell/qtquick2applicationviewer/qtquick2applicationviewer.pri
+++ b/examples/hybridshell/qtquick2applicationviewer/qtquick2applicationviewer.pri
@@ -151,7 +151,7 @@ android {
}
export (ICON)
-export (INSTALLS)
+# export (INSTALLS)
export (DEPLOYMENT)
export (LIBS)
export (QMAKE_EXTRA_TARGETS)
diff --git a/examples/qtobject/qtquick2applicationviewer/qtquick2applicationviewer.pri b/examples/qtobject/qtquick2applicationviewer/qtquick2applicationviewer.pri
index df939e4..f9a48b6 100644
--- a/examples/qtobject/qtquick2applicationviewer/qtquick2applicationviewer.pri
+++ b/examples/qtobject/qtquick2applicationviewer/qtquick2applicationviewer.pri
@@ -151,7 +151,7 @@ android {
}
export (ICON)
-export (INSTALLS)
+# export (INSTALLS)
export (DEPLOYMENT)
export (LIBS)
export (QMAKE_EXTRA_TARGETS)
diff --git a/qwebchannel.pro b/qwebchannel.pro
new file mode 100644
index 0000000..2401c44
--- /dev/null
+++ b/qwebchannel.pro
@@ -0,0 +1,10 @@
+TEMPLATE = subdirs
+CONFIG += ordered
+
+SUBDIRS = \
+ 3rdparty \
+ src \
+ examples
+
+src.depends = 3rdparty
+examples.depends = src \ No newline at end of file