equal
deleted
inserted
replaced
|
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 |
|
16 |
|
17 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |