summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/atwrapper/atWrapper.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/atwrapper/atWrapper.pro')
-rw-r--r--tests/auto/other/atwrapper/atWrapper.pro24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/auto/other/atwrapper/atWrapper.pro b/tests/auto/other/atwrapper/atWrapper.pro
new file mode 100644
index 0000000000..323ca1bf5f
--- /dev/null
+++ b/tests/auto/other/atwrapper/atWrapper.pro
@@ -0,0 +1,24 @@
+# -*- Mode: makefile -*-
+
+ARTHUR=$$QT_SOURCE_TREE/tests/arthur
+COMMON_FOLDER = $$ARTHUR/common
+include($$ARTHUR/arthurtester.pri)
+TEMPLATE = app
+INCLUDEPATH += $$ARTHUR
+DEFINES += SRCDIR=\\\"$$PWD\\\"
+
+QT += xml svg network
+
+contains(QT_CONFIG, opengl):QT += opengl
+
+include($$ARTHUR/datagenerator/datagenerator.pri)
+
+load(qttest_p4)
+
+# Input
+HEADERS += atWrapper.h
+SOURCES += atWrapperAutotest.cpp atWrapper.cpp
+
+TARGET = tst_atwrapper
+
+#include($$COMMON_FOLDER/common.pri)