source: trunk/tools/designer/src/components/component.pri

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

Make sure components in tools/ obey TARGET_SHORT if it's defined.

File size: 186 bytes
Line 
1
2TARGET = $$qtLibraryTarget($$TARGET$$QT_LIBINFIX) #do this towards the end
3!isEmpty(TARGET_SHORT):TARGET_SHORT = $$qtLibraryTarget($$TARGET_SHORT$$QT_LIBINFIX) #do this towards the end
Note: See TracBrowser for help on using the repository browser.