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