- Timestamp:
- Aug 17, 2011, 1:02:13 AM (14 years ago)
- Location:
- trunk/examples
- Files:
- 
      - 7 edited
 
 - 
          
  designer/containerextension/containerextension.pro (modified) (2 diffs)
- 
          
  designer/customwidgetplugin/customwidgetplugin.pro (modified) (2 diffs)
- 
          
  designer/taskmenuextension/taskmenuextension.pro (modified) (2 diffs)
- 
          
  designer/worldtimeclockplugin/worldtimeclockplugin.pro (modified) (2 diffs)
- 
          
  tools/echoplugin/plugin/plugin.pro (modified) (1 diff)
- 
          
  tools/plugandpaintplugins/basictools/basictools.pro (modified) (1 diff)
- 
          
  tools/plugandpaintplugins/extrafilters/extrafilters.pro (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/examples/designer/containerextension/containerextension.pror561 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 os2:TARGET_SHORT = $$qtLibraryTarget(cntrext) 23 23 24 # install 24 25 target.path = $$[QT_INSTALL_PLUGINS]/designer 
- 
      trunk/examples/designer/customwidgetplugin/customwidgetplugin.pror561 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 os2:TARGET_SHORT = $$qtLibraryTarget(cstmwgt) 18 18 19 # install 19 20 target.path = $$[QT_INSTALL_PLUGINS]/designer 
- 
      trunk/examples/designer/taskmenuextension/taskmenuextension.pror561 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 os2:TARGET_SHORT = $$qtLibraryTarget(tskmext) 22 22 23 # install 23 24 target.path = $$[QT_INSTALL_PLUGINS]/designer 
- 
      trunk/examples/designer/worldtimeclockplugin/worldtimeclockplugin.pror561 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 os2:TARGET_SHORT = $$qtLibraryTarget(wrldclk) 18 18 19 # install 19 20 target.path = $$[QT_INSTALL_PLUGINS]/designer 
- 
      trunk/examples/tools/echoplugin/plugin/plugin.pror561 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.pror965 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.pror561 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.
  
