Changeset 993 for trunk/examples/tools
- Timestamp:
- Aug 17, 2011, 1:02:13 AM (14 years ago)
- Location:
- trunk/examples/tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/tools/echoplugin/plugin/plugin.pro
r561 r993 6 6 SOURCES = echoplugin.cpp 7 7 TARGET = $$qtLibraryTarget(echoplugin) 8 os2:TARGET = $$qtLibraryTarget(echopl)9 8 DESTDIR = ../plugins 10 9 #! [0] 10 11 os2:TARGET_SHORT = $$qtLibraryTarget(echopl) 11 12 12 13 # install -
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.