Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
18 lines
302 B
Prolog
18 lines
302 B
Prolog
CONFIG += testcase
|
|
|
|
TARGET = tst_qplugin
|
|
QT = core testlib
|
|
SOURCES = tst_qplugin.cpp
|
|
|
|
wince*: {
|
|
plugins.files = plugins/*
|
|
plugins.path = plugins
|
|
DEPLOYMENT += plugins
|
|
}
|
|
|
|
symbian: {
|
|
rpDep.files = releaseplugin.dll debugplugin.dll
|
|
rpDep.path = plugins
|
|
DEPLOYMENT += rpDep dpDep
|
|
}
|