SOURCES +=\ main.cpp \ qscriptsystemtest.cpp \ qtscript_bindings.cpp \ qtuitestengineagent.cpp \ scriptpreprocessor.cpp HEADERS +=\ qscriptsystemtest.h \ scriptpreprocessor.h \ qtuitestengineagent.h \ qtscript_bindings.h RESOURCES += scripts.qrc DEFINES += QTUITESTRUNNER_TARGET TEMPLATE=app VPATH+=$$PWD INCLUDEPATH+=$$PWD INCLUDEPATH+=$$SRCROOT INCLUDEPATH+=$$SRCROOT/libqtuitest INCLUDEPATH+=$$SRCROOT/libqsystemtest QT+=script network CONFIG+=qtestlib TARGET=qtuitestrunner LIBS+=-L$$BUILDROOT/lib -lBotan !symbian { MOC_DIR=$$OUT_PWD/.moc OBJECTS_DIR=$$OUT_PWD/.obj DESTDIR=$$BUILDROOT/bin target.path=$$[QT_INSTALL_BINS] INSTALLS+=target } symbian { TARGET.EPOCALLOWDLLDATA=1 TARGET.CAPABILITY += AllFiles ReadDeviceData ReadUserData SwEvent WriteUserData MOC_DIR=$$OUT_PWD/moc OBJECTS_DIR=$$OUT_PWD/obj LIBS += -L$$OUT_PWD -lqsystemtest -lqtuitest } win32 { CONFIG(debug,debug|release): LIBS+=-L$$BUILDROOT/libqsystemtest/debug -lqsystemtestd -L$$BUILDROOT/libqtuitest -lqtuitestd CONFIG(release,debug|release):LIBS+=-L$$BUILDROOT/libqsystemtest/release -lqsystemtest -L$$BUILDROOT/libqtuitest -lqtuitest -L$$BUILDROOT/libqtslave/release -lqtslave target.path=$$[QT_INSTALL_BINS] INSTALLS+=target !equals(QMAKE_CXX, "g++") { DEFINES+=strcasecmp=_stricmp } } !win32:!symbian:!mac { LIBS += -L$$BUILDROOT/lib -lqsystemtest -lqtuitest } mac { CONFIG-=app_bundle CONFIG(debug,debug|release): LIBS += -L$$BUILDROOT/lib -lqsystemtest_debug -lqtuitest_debug CONFIG(release,debug|release): LIBS += -L$$BUILDROOT/lib -lqsystemtest -lqtuitest }