- Timestamp:
- Jul 14, 2011, 10:47:27 PM (14 years ago)
- Location:
- trunk/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/3rdparty/webkit/WebKit/qt/declarative/declarative.pro
r846 r890 1 1 TARGET = qmlwebkitplugin 2 os2:TARGET_SHORT = qmlweb 2 3 TARGETPATH = QtWebKit 3 4 … … 5 6 CONFIG += qt plugin 6 7 7 win32| mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release8 win32|os2|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release 8 9 9 10 isEmpty(OUTPUT_DIR): OUTPUT_DIR = ../../.. -
trunk/src/imports/folderlistmodel/folderlistmodel.pro
r846 r890 1 1 TARGET = qmlfolderlistmodelplugin 2 os2:TARGET_SHORT = qmlflm 2 3 TARGETPATH = Qt/labs/folderlistmodel 3 4 include(../qimportbase.pri) -
trunk/src/imports/gestures/gestures.pro
r846 r890 1 1 TARGET = qmlgesturesplugin 2 os2:TARGET_SHORT = qmlges 2 3 TARGETPATH = Qt/labs/gestures 3 4 include(../qimportbase.pri) -
trunk/src/imports/particles/particles.pro
r846 r890 1 1 TARGET = qmlparticlesplugin 2 os2:TARGET_SHORT = qmlpar 2 3 TARGETPATH = Qt/labs/particles 3 4 include(../qimportbase.pri) -
trunk/src/plugins/bearer/generic/generic.pro
r846 r890 1 1 TARGET = qgenericbearer 2 os2:TARGET_SHORT = qgenbr 2 3 include(../../qpluginbase.pri) 3 4 -
trunk/src/plugins/qmltooling/tcpserver/tcpserver.pro
r846 r890 1 1 TARGET = tcpserver 2 os2:TARGET_SHORT = tcpsrv 2 3 QT += declarative network 3 4
Note:
See TracChangeset
for help on using the changeset viewer.