3cc0cf31bd
This is meant to be a temporary solution to not hold any further development. JIRA tasks might be filed for failing tests. Change-Id: I08a5f5b0cb153e7fd7890b2936ec3bb6b3a0907c Reviewed-on: http://codereview.qt.nokia.com/1753 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
33 lines
640 B
Prolog
33 lines
640 B
Prolog
load(qttest_p4)
|
|
SOURCES += ../tst_qpluginloader.cpp
|
|
TARGET = ../tst_qpluginloader
|
|
QT = core
|
|
HEADERS += ../theplugin/plugininterface.h
|
|
|
|
win32 {
|
|
CONFIG(debug, debug|release) {
|
|
TARGET = ../../debug/tst_qpluginloader
|
|
} else {
|
|
TARGET = ../../release/tst_qpluginloader
|
|
}
|
|
}
|
|
|
|
|
|
wince*: {
|
|
addFiles.files = $$OUT_PWD/../bin/*.dll
|
|
addFiles.path = bin
|
|
DEPLOYMENT += addFiles
|
|
}
|
|
|
|
symbian: {
|
|
libDep.files = tst_qpluginloaderlib.dll
|
|
libDep.path = /sys/bin
|
|
pluginDep.files = theplugin.dll
|
|
pluginDep.path = bin
|
|
|
|
DEPLOYMENT += libDep pluginDep
|
|
}
|
|
|
|
DEFINES += SRCDIR=\\\"$$PWD/../\\\"
|
|
mac*:CONFIG+=insignificant_test
|