- Timestamp:
- Feb 9, 2010, 1:28:06 PM (15 years ago)
- Location:
- trunk/tools
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/assistant/compat/assistant.pro
r2 r552 71 71 72 72 contains(CONFIG, static): { 73 win32 {73 win32 { 74 74 exists($$[QT_INSTALL_PLUGINS]/imageformats/qjpeg.lib) { 75 75 QTPLUGIN += qjpeg -
trunk/tools/assistant/compat/compat.pro
r2 r552 71 71 72 72 contains(CONFIG, static): { 73 win32 {73 win32 { 74 74 exists($$[QT_INSTALL_PLUGINS]/imageformats/qjpeg.lib) { 75 75 QTPLUGIN += qjpeg -
trunk/tools/assistant/compat/lib/lib.pro
r369 r552 58 58 target.path=$$[QT_INSTALL_LIBS] 59 59 INSTALLS += target 60 win32 {60 win32 { 61 61 dlltarget.path=$$[QT_INSTALL_BINS] 62 62 INSTALLS += dlltarget -
trunk/tools/assistant/lib/lib.pro
r2 r552 14 14 if(!debug_and_release|build_pass):CONFIG(debug, debug|release) { 15 15 mac:qclucene = $${qclucene}_debug 16 win32 :qclucene = $${qclucene}d16 win32:qclucene = $${qclucene}d 17 17 } 18 18 linux-lsb-g++:LIBS += --lsb-shared-libs=$$qclucene -
trunk/tools/designer/src/components/lib/lib.pro
r385 r552 64 64 target.path=$$[QT_INSTALL_LIBS] 65 65 INSTALLS += target 66 win32 {66 win32 { 67 67 dlltarget.path=$$[QT_INSTALL_BINS] 68 68 INSTALLS += dlltarget -
trunk/tools/designer/src/lib/lib.pro
r385 r552 5 5 contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols 6 6 CONFIG += qt 7 win32| os2|mac: CONFIG += debug_and_release7 win32|mac: CONFIG += debug_and_release 8 8 DESTDIR = ../../../../lib 9 9 !wince*:DLLDESTDIR = ../../../../bin … … 61 61 target.path=$$[QT_INSTALL_LIBS] 62 62 INSTALLS += target 63 win32 {63 win32 { 64 64 dlltarget.path=$$[QT_INSTALL_BINS] 65 65 INSTALLS += dlltarget
Note:
See TracChangeset
for help on using the changeset viewer.