1# -*- Mode: makefile -*-
2
3ARTHUR=$$QT_SOURCE_TREE/tests/arthur
4COMMON_FOLDER = $$ARTHUR/common
5include($$ARTHUR/arthurtester.pri)
6TEMPLATE = app
7INCLUDEPATH += $$ARTHUR
8DEFINES += SRCDIR=\\\"$$PWD\\\"
9
10QT += xml svg network
11
12contains(QT_CONFIG, qt3support): QT += qt3support
13contains(QT_CONFIG, opengl):QT += opengl
14
15include($$ARTHUR/datagenerator/datagenerator.pri)
16
17load(qttest_p4)
18
19# Input
20HEADERS += atWrapper.h
21SOURCES += atWrapperAutotest.cpp atWrapper.cpp
22
23TARGET = tst_atwrapper
24
25#include($$COMMON_FOLDER/common.pri)
26