Changeset 890
- Timestamp:
- Jul 14, 2011, 10:47:27 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/3rdparty/webkit/WebKit/qt/declarative/declarative.pro
r846 r890 1 1 TARGET = qmlwebkitplugin 2 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|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 2 3 TARGETPATH = Qt/labs/folderlistmodel 3 4 include(../qimportbase.pri) -
trunk/src/imports/gestures/gestures.pro
r846 r890 1 1 TARGET = qmlgesturesplugin 2 2 3 TARGETPATH = Qt/labs/gestures 3 4 include(../qimportbase.pri) -
trunk/src/imports/particles/particles.pro
r846 r890 1 1 TARGET = qmlparticlesplugin 2 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 2 3 include(../../qpluginbase.pri) 3 4 -
trunk/src/plugins/qmltooling/tcpserver/tcpserver.pro
r846 r890 1 1 TARGET = tcpserver 2 2 3 QT += declarative network 3 4 -
trunk/tools/designer/src/plugins/plugins.pri
r2 r890 1 1 CONFIG += designer 2 win32| mac: CONFIG+= debug_and_release2 win32|mac: CONFIG+= debug_and_release 3 3 QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer 4 4 contains(TEMPLATE, ".*lib"):TARGET = $$qtLibraryTarget($$TARGET) -
trunk/tools/designer/src/plugins/qdeclarativeview/qdeclarativeview.pro
r846 r890 1 1 TEMPLATE = lib 2 2 TARGET = qdeclarativeview 3 3 4 CONFIG += qt warn_on plugin designer 4 5 QT += declarative -
trunk/tools/designer/src/plugins/qwebview/qwebview.pro
r2 r890 1 1 TEMPLATE = lib 2 2 TARGET = qwebview 3 3 4 CONFIG += qt warn_on plugin 4 5 QT += webkit
Note:
See TracChangeset
for help on using the changeset viewer.