Changeset 965
- Timestamp:
- Aug 11, 2011, 5:50:43 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/examples/tools/plugandpaintplugins/basictools/basictools.pro ¶
r561 r965 6 6 SOURCES = basictoolsplugin.cpp 7 7 TARGET = $$qtLibraryTarget(pnp_basictools) 8 os2:TARGE 8 os2:TARGET = $$qtLibraryTarget(pnp_bt) 9 9 DESTDIR = ../../plugandpaint/plugins 10 10 #! [0] -
TabularUnified trunk/src/3rdparty/webkit/WebCore/WebCore.pro ¶
r846 r965 2912 2912 } 2913 2913 2914 win32-*|wince* {2914 win32-*|wince*|os2 { 2915 2915 DLLDESTDIR = $$OUTPUT_DIR/bin 2916 2916 TARGET = $$qtLibraryTarget($$TARGET) 2917 !isEmpty(TARGET_SHORT):TARGET_SHORT = $$qtLibraryTarget($$TARGET_SHORT) 2917 2918 2918 2919 dlltarget.commands = $(COPY_FILE) $(DESTDIR_TARGET) $$[QT_INSTALL_BINS] -
TabularUnified trunk/src/3rdparty/webkit/WebKit/qt/declarative/declarative.pro ¶
r890 r965 24 24 25 25 TARGET = $$qtLibraryTarget($$TARGET) 26 !isEmpty(TARGET_SHORT):TARGET_SHORT = $$qtLibraryTarget($$TARGET_SHORT) 26 27 contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols 27 28 -
TabularUnified trunk/src/imports/qimportbase.pri ¶
r846 r965 24 24 25 25 TARGET = $$qtLibraryTarget($$TARGET) 26 !isEmpty(TARGET_SHORT):TARGET_SHORT = $$qtLibraryTarget($$TARGET_SHORT) 26 27 contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols 27 28 -
TabularUnified trunk/tools/designer/src/plugins/plugins.pri ¶
r890 r965 2 2 win32|os2|mac: CONFIG+= debug_and_release 3 3 QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer 4 contains(TEMPLATE, ".*lib"):TARGET = $$qtLibraryTarget($$TARGET) 4 contains(TEMPLATE, ".*lib") { 5 TARGET = $$qtLibraryTarget($$TARGET) 6 !isEmpty(TARGET_SHORT):TARGET_SHORT = $$qtLibraryTarget($$TARGET_SHORT) 7 } 5 8 6 9 # install
Note:
See TracChangeset
for help on using the changeset viewer.