source: trunk/tools/designer/src/plugins/plugins.pri

Last change on this file was 1054, checked in by Dmitry A. Kuminov, 14 years ago

OS/2: No need to force debug_and_release for plugins.

File size: 337 bytes
RevLine 
[2]1CONFIG += designer
[1054]2win32|mac: CONFIG+= debug_and_release
[2]3QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer
[965]4contains(TEMPLATE, ".*lib") {
5 TARGET = $$qtLibraryTarget($$TARGET)
6 !isEmpty(TARGET_SHORT):TARGET_SHORT = $$qtLibraryTarget($$TARGET_SHORT)
7}
[2]8
9# install
10target.path = $$[QT_INSTALL_PLUGINS]/designer
11INSTALLS += target
Note: See TracBrowser for help on using the repository browser.