Last change
on this file since 168 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
501 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 | 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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.