tests/auto/qplugin/qplugin.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 12 Mar 2010 15:46:37 +0200
branchRCL_3
changeset 5 d3bac044e0f0
parent 0 1918ee327afb
permissions -rw-r--r--
Revision: 201007 Kit: 201008

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
} 
SUBDIRS += tst_qplugin.pro