Last change
on this file since 993 was 993, checked in by Dmitry A. Kuminov, 14 years ago |
examples: Move os2:TARGET_SHORT outside the snippet block.
It doesn't make much sense to show these platform-specific bits
in the docs. Besides, this commit also fixes statements misspelled
as os2:TARGET (which broke the build).
|
File size:
566 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)
|
---|
| 8 | DESTDIR = ../../plugandpaint/plugins
|
---|
| 9 | #! [0]
|
---|
| 10 |
|
---|
| 11 | # install
|
---|
| 12 | target.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaint/plugins
|
---|
| 13 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS basictools.pro
|
---|
| 14 | sources.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaintplugins/basictools
|
---|
| 15 | INSTALLS += target sources
|
---|
[561] | 16 |
|
---|
| 17 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.