|
Last change
on this file since 694 was 561, checked in by Dmitry A. Kuminov, 16 years ago |
|
trunk: Merged in qt 4.6.1 sources.
|
|
File size:
608 bytes
|
| Line | |
|---|
| 1 | #! [0]
|
|---|
| 2 | TEMPLATE = lib
|
|---|
| 3 | CONFIG += plugin static
|
|---|
| 4 | INCLUDEPATH += ../..
|
|---|
| 5 | HEADERS = basictoolsplugin.h
|
|---|
| 6 | SOURCES = basictoolsplugin.cpp
|
|---|
| 7 | TARGET = $$qtLibraryTarget(pnp_basictools)
|
|---|
| 8 | os2:TARGE = $$qtLibraryTarget(pnp_bt)
|
|---|
| 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
|
|---|
| 17 |
|
|---|
| 18 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.