summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/tests.pri
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-08-25 18:05:45 +0200
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-08-25 17:08:10 +0000
commitc7334fbc8c33773231dd9c2e3c843e6a6a764fc5 (patch)
tree818df0c95daffc0e5473bee0c56e32984884178e /tests/auto/widgets/tests.pri
parent93b118da48ff1797ff8fc77f269cd75065d9ffbf (diff)
move automatic resource inclusion to pri files
Avoid code duplication. Change-Id: Icd270ff4e45112111b7eb9590e415947f63ce15b Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'tests/auto/widgets/tests.pri')
-rw-r--r--tests/auto/widgets/tests.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/widgets/tests.pri b/tests/auto/widgets/tests.pri
index 8d86ac93e..7d7915b8a 100644
--- a/tests/auto/widgets/tests.pri
+++ b/tests/auto/widgets/tests.pri
@@ -11,6 +11,8 @@ TARGET = tst_$$TARGET
SOURCES += $${TARGET}.cpp
INCLUDEPATH += $$PWD
+exists($${TARGET}.qrc): RESOURCES += $${TARGET}.qrc
+
QT += testlib network webenginewidgets widgets
macx: CONFIG -= app_bundle