Last change
on this file since 965 was 965, checked in by Dmitry A. Kuminov, 14 years ago |
OS/2: Add missing qtLibraryTarget() calls on TARGET_SHORT.
|
File size:
341 bytes
|
Line | |
---|
1 | CONFIG += designer
|
---|
2 | win32|os2|mac: CONFIG+= debug_and_release
|
---|
3 | QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer
|
---|
4 | contains(TEMPLATE, ".*lib") {
|
---|
5 | TARGET = $$qtLibraryTarget($$TARGET)
|
---|
6 | !isEmpty(TARGET_SHORT):TARGET_SHORT = $$qtLibraryTarget($$TARGET_SHORT)
|
---|
7 | }
|
---|
8 |
|
---|
9 | # install
|
---|
10 | target.path = $$[QT_INSTALL_PLUGINS]/designer
|
---|
11 | INSTALLS += target
|
---|
Note:
See
TracBrowser
for help on using the repository browser.