summaryrefslogtreecommitdiffstats
path: root/3rdparty
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2017-02-09 00:52:38 +0100
committerDominik Holland <dominik.holland@pelagicore.com>2017-02-11 17:17:57 +0000
commitc9ca513c1090c010160365608aa72e234ce145f3 (patch)
treef87e03b374eff79e917ebf9203a2cae4ef746b5e /3rdparty
parentec702058e4e317e9b01604d8f707d35a1f4cb42b (diff)
Default to Qt's configs for building tests and examples
This also made it necessary to cope with non-existent test data in the auto-test, since the create-test-packages script cannot be run on the Qt CI nodes. Also had to fix a logic bug in the sudo fallback handling. Change-Id: I1785b68be1d009dca4721f398cd7ab52cf83653a Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/libarchive/libarchive.pro1
-rw-r--r--3rdparty/libbacktrace/libbacktrace.pro1
-rw-r--r--3rdparty/libyaml/libyaml.pro1
3 files changed, 3 insertions, 0 deletions
diff --git a/3rdparty/libarchive/libarchive.pro b/3rdparty/libarchive/libarchive.pro
index 60d00a9c..3843b6b1 100644
--- a/3rdparty/libarchive/libarchive.pro
+++ b/3rdparty/libarchive/libarchive.pro
@@ -1,3 +1,4 @@
+TEMPLATE = lib
TARGET = qtarchive
load(am-config)
diff --git a/3rdparty/libbacktrace/libbacktrace.pro b/3rdparty/libbacktrace/libbacktrace.pro
index 83dba6ac..0fa873ba 100644
--- a/3rdparty/libbacktrace/libbacktrace.pro
+++ b/3rdparty/libbacktrace/libbacktrace.pro
@@ -1,5 +1,6 @@
requires(linux)
+TEMPLATE = lib
TARGET = qtbacktrace
load(am-config)
diff --git a/3rdparty/libyaml/libyaml.pro b/3rdparty/libyaml/libyaml.pro
index e5667abd..d13d1d27 100644
--- a/3rdparty/libyaml/libyaml.pro
+++ b/3rdparty/libyaml/libyaml.pro
@@ -1,3 +1,4 @@
+TEMPLATE = lib
TARGET = qtyaml
load(am-config)