summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/atwrapper/atWrapper.pro
blob: 5dcbdb98cec42b3183ca65c682a7593280801076 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 testlib

contains(QT_CONFIG, opengl):QT += opengl

include($$ARTHUR/datagenerator/datagenerator.pri)

CONFIG += testcase

# Input
HEADERS += atWrapper.h
SOURCES += atWrapperAutotest.cpp atWrapper.cpp

TARGET = tst_atwrapper

#include($$COMMON_FOLDER/common.pri)