Changeset 993
- Timestamp:
- Aug 17, 2011, 1:02:13 AM (14 years ago)
- Location:
- trunk/examples
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/designer/containerextension/containerextension.pro
r561 r993 3 3 #! [0] 4 4 TARGET = $$qtLibraryTarget($$TARGET) 5 os2:TARGET_SHORT = $$qtLibraryTarget(cntrext)6 5 #! [1] 7 6 CONFIG += designer plugin … … 21 20 #! [2] 22 21 22 23 23 24 # install 24 25 target.path = $$[QT_INSTALL_PLUGINS]/designer -
trunk/examples/designer/customwidgetplugin/customwidgetplugin.pro
r561 r993 3 3 #! [0] 4 4 TARGET = $$qtLibraryTarget($$TARGET) 5 os2:TARGET_SHORT = $$qtLibraryTarget(cstmwgt)6 5 #! [2] 7 6 CONFIG += designer plugin … … 16 15 #! [3] 17 16 17 18 18 19 # install 19 20 target.path = $$[QT_INSTALL_PLUGINS]/designer -
trunk/examples/designer/taskmenuextension/taskmenuextension.pro
r561 r993 3 3 #! [0] 4 4 TARGET = $$qtLibraryTarget($$TARGET) 5 os2:TARGET_SHORT = $$qtLibraryTarget(tskmext)6 5 #! [1] 7 6 CONFIG += designer plugin … … 20 19 #! [2] 21 20 21 22 22 23 # install 23 24 target.path = $$[QT_INSTALL_PLUGINS]/designer -
trunk/examples/designer/worldtimeclockplugin/worldtimeclockplugin.pro
r561 r993 3 3 #! [0] 4 4 TARGET = $$qtLibraryTarget($$TARGET) 5 os2:TARGET_SHORT = $$qtLibraryTarget(wrldclk)6 5 #! [1] 7 6 CONFIG += designer plugin … … 16 15 #! [2] 17 16 17 18 18 19 # install 19 20 target.path = $$[QT_INSTALL_PLUGINS]/designer -
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 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 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.