aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2019-01-21 16:14:50 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2019-01-21 15:15:08 +0000
commit660754080b4b576c3550ec61ca7fc192987ae4ed (patch)
tree83845a20fdb56b76e856e3fda22cf96c6970c7be
parent894693a44a88325ec85527fff75b029720db62aa (diff)
Add initial build system
Change-Id: I4a206f4bc92532dbaea23cc42ce3ba8631394559 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--imports/imports/imports.pro2
-rw-r--r--imports/src.pro3
-rw-r--r--qtquickdesigner-components.pro2
-rw-r--r--tests/auto/auto.pro2
-rw-r--r--tests/tests.pro3
5 files changed, 12 insertions, 0 deletions
diff --git a/imports/imports/imports.pro b/imports/imports/imports.pro
new file mode 100644
index 0000000..fce98ce
--- /dev/null
+++ b/imports/imports/imports.pro
@@ -0,0 +1,2 @@
+TEMPLATE = subdirs
+SUBDIRS =
diff --git a/imports/src.pro b/imports/src.pro
new file mode 100644
index 0000000..5377565
--- /dev/null
+++ b/imports/src.pro
@@ -0,0 +1,3 @@
+TEMPLATE = subdirs
+SUBDIRS += \
+ imports
diff --git a/qtquickdesigner-components.pro b/qtquickdesigner-components.pro
new file mode 100644
index 0000000..ce6617e
--- /dev/null
+++ b/qtquickdesigner-components.pro
@@ -0,0 +1,2 @@
+requires(qtHaveModule(quick))
+load(qt_parts)
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
new file mode 100644
index 0000000..fce98ce
--- /dev/null
+++ b/tests/auto/auto.pro
@@ -0,0 +1,2 @@
+TEMPLATE = subdirs
+SUBDIRS =
diff --git a/tests/tests.pro b/tests/tests.pro
new file mode 100644
index 0000000..f887d53
--- /dev/null
+++ b/tests/tests.pro
@@ -0,0 +1,3 @@
+TEMPLATE = subdirs
+
+!package: SUBDIRS += auto