Changeset 993 for trunk/examples/designer
- Timestamp:
- Aug 17, 2011, 1:02:13 AM (14 years ago)
- Location:
- trunk/examples/designer
- Files:
-
- 4 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 os2:TARGET_SHORT = $$qtLibraryTarget(cntrext) 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 os2:TARGET_SHORT = $$qtLibraryTarget(cstmwgt) 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 os2:TARGET_SHORT = $$qtLibraryTarget(tskmext) 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 os2:TARGET_SHORT = $$qtLibraryTarget(wrldclk) 18 18 19 # install 19 20 target.path = $$[QT_INSTALL_PLUGINS]/designer
Note:
See TracChangeset
for help on using the changeset viewer.