Changeset 993 for trunk/examples/tools/plugandpaintplugins
- Timestamp:
- Aug 17, 2011, 1:02:13 AM (14 years ago)
- Location:
- trunk/examples/tools/plugandpaintplugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/tools/plugandpaintplugins/basictools/basictools.pro
r965 r993 6 6 SOURCES = basictoolsplugin.cpp 7 7 TARGET = $$qtLibraryTarget(pnp_basictools) 8 os2:TARGET = $$qtLibraryTarget(pnp_bt)9 8 DESTDIR = ../../plugandpaint/plugins 10 9 #! [0] -
trunk/examples/tools/plugandpaintplugins/extrafilters/extrafilters.pro
r561 r993 6 6 SOURCES = extrafiltersplugin.cpp 7 7 TARGET = $$qtLibraryTarget(pnp_extrafilters) 8 os2:TARGET = $$qtLibraryTarget(pnp_ef)9 8 DESTDIR = ../../plugandpaint/plugins 9 #! [0] 10 10 11 #! [0] 11 os2:TARGET_SHORT = $$qtLibraryTarget(pnp_ef) 12 12 13 # install 13 14 target.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaint/plugins
Note:
See TracChangeset
for help on using the changeset viewer.