Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
34 lines
649 B
Prolog
34 lines
649 B
Prolog
load(qttest_p4)
|
|
SOURCES += ../tst_qpluginloader.cpp
|
|
TARGET = ../tst_qpluginloader
|
|
QT = core
|
|
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
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/../\\\"
|