From 61f5549578711152a3abc8906ae2c1c7226c66ad Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Mon, 4 Mar 2013 13:31:45 +0100 Subject: Clean up Qt 5 build rules Change-Id: I2e494d5f91d1cb740c6254544cf92daaae236f1a Reviewed-by: Niels Weber Reviewed-by: Karsten Heimrich Reviewed-by: Tim Jenssen --- examples/testapp/testapp.pro | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples') diff --git a/examples/testapp/testapp.pro b/examples/testapp/testapp.pro index 418d582ca..4b2e622df 100644 --- a/examples/testapp/testapp.pro +++ b/examples/testapp/testapp.pro @@ -4,6 +4,10 @@ TARGET = testapp include(../../installerfw.pri) +isEqual(QT_MAJOR_VERSION, 5) { + QT += widgets +} + !static { warning("You can use this example only with a static build of Qt and IFW!") } -- cgit v1.2.3