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:
608 bytes
|
Rev | Line | |
---|
[2] | 1 | #! [0]
|
---|
| 2 | TEMPLATE = lib
|
---|
| 3 | CONFIG += plugin static
|
---|
| 4 | INCLUDEPATH += ../..
|
---|
| 5 | HEADERS = basictoolsplugin.h
|
---|
| 6 | SOURCES = basictoolsplugin.cpp
|
---|
| 7 | TARGET = $$qtLibraryTarget(pnp_basictools)
|
---|
[965] | 8 | os2:TARGET = $$qtLibraryTarget(pnp_bt)
|
---|
[2] | 9 | DESTDIR = ../../plugandpaint/plugins
|
---|
| 10 | #! [0]
|
---|
| 11 |
|
---|
| 12 | # install
|
---|
| 13 | target.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaint/plugins
|
---|
| 14 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS basictools.pro
|
---|
| 15 | sources.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaintplugins/basictools
|
---|
| 16 | INSTALLS += target sources
|
---|
[561] | 17 |
|
---|
| 18 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.