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

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

general: Shortened a bunch of plugin DLL names with TARGET_SHORT.

File size: 257 bytes
Line 
1CONFIG += designer
2win32|os2|mac: CONFIG+= debug_and_release
3QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer
4contains(TEMPLATE, ".*lib"):TARGET = $$qtLibraryTarget($$TARGET)
5
6# install
7target.path = $$[QT_INSTALL_PLUGINS]/designer
8INSTALLS += target
Note: See TracBrowser for help on using the repository browser.