Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
29 lines
643 B
Prolog
29 lines
643 B
Prolog
QT = core
|
|
TEMPLATE = subdirs
|
|
win32 {
|
|
exists($$[QT_INSTALL_LIBS]/QtCore4.dll) {
|
|
SUBDIRS = releaseplugin
|
|
}
|
|
exists($$[QT_INSTALL_LIBS]/QtCored4.dll) {
|
|
SUBDIRS += debugplugin
|
|
}
|
|
}
|
|
mac {
|
|
CONFIG(debug, debug|release): {
|
|
SUBDIRS += debugplugin
|
|
tst_qplugin_pro.depends += debugplugin
|
|
}
|
|
CONFIG(release, debug|release): {
|
|
SUBDIRS += releaseplugin
|
|
tst_qplugin_pro.depends += releaseplugin
|
|
}
|
|
}
|
|
!win32:!mac:{
|
|
SUBDIRS = debugplugin releaseplugin
|
|
tst_qplugin_pro.depends += debugplugin releaseplugin
|
|
}
|
|
!integrity:SUBDIRS += tst_qplugin.pro
|
|
|
|
|
|
CONFIG += parallel_test
|