Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
26 lines
525 B
Makefile
26 lines
525 B
Makefile
# -*- 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, qt3support): QT += qt3support
|
|
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)
|