From b7e42fbe02d6105c5e449e90f74ef16f30500440 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Mon, 6 Oct 2014 19:18:16 +0200 Subject: Make Qt build variants logic more sensible. We no longer force the Qt build variant to match the build variant of the application linking against it (except for MSVC, where that is required). Change-Id: Ie2c80fbb0d688cdcbab57ad638aaccbbd6988a22 Reviewed-by: Leena Miettinen Reviewed-by: Joerg Bornemann --- tests/auto/blackbox/testdata/mixed-build-variants/main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/auto/blackbox/testdata/mixed-build-variants/main.cpp (limited to 'tests/auto/blackbox/testdata/mixed-build-variants/main.cpp') diff --git a/tests/auto/blackbox/testdata/mixed-build-variants/main.cpp b/tests/auto/blackbox/testdata/mixed-build-variants/main.cpp new file mode 100644 index 000000000..c328ff656 --- /dev/null +++ b/tests/auto/blackbox/testdata/mixed-build-variants/main.cpp @@ -0,0 +1,6 @@ +#include + +int main() +{ + qDebug("Tach."); +} -- cgit v1.2.3