summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/dumpcpp/dumpcpp.pro6
-rw-r--r--tests/auto/qaxobject/qaxobject.pro4
2 files changed, 5 insertions, 5 deletions
diff --git a/tests/auto/dumpcpp/dumpcpp.pro b/tests/auto/dumpcpp/dumpcpp.pro
index 776aa32..aae7bd8 100644
--- a/tests/auto/dumpcpp/dumpcpp.pro
+++ b/tests/auto/dumpcpp/dumpcpp.pro
@@ -1,5 +1,5 @@
-CONFIG += testcase qaxcontainer
-QT += widgets testlib
+CONFIG += testcase
+QT += widgets axcontainer testlib
SOURCES += tst_dumpcpp.cpp
TARGET = tst_dumpcpp
@@ -8,4 +8,4 @@ TYPELIBS = $$(SystemRoot)\\system32\\ieframe.dll
!exists($$TYPELIBS) {
message("Web Browser type library for test not found!")
-} \ No newline at end of file
+}
diff --git a/tests/auto/qaxobject/qaxobject.pro b/tests/auto/qaxobject/qaxobject.pro
index 7e0fd69..e6f51a1 100644
--- a/tests/auto/qaxobject/qaxobject.pro
+++ b/tests/auto/qaxobject/qaxobject.pro
@@ -1,3 +1,3 @@
-CONFIG += testcase qaxcontainer
-QT += testlib
+CONFIG += testcase
+QT += axcontainer testlib
SOURCES += tst_qaxobject.cpp