- Timestamp:
- Sep 7, 2009, 10:56:41 PM (16 years ago)
- Location:
- trunk/src
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/accessible/compat/compat.pro
r2 r166 1 1 TARGET = qtaccessiblecompatwidgets 2 2 3 CONFIG += qt_no_compat_warning 3 4 include(../../qpluginbase.pri) -
trunk/src/plugins/accessible/widgets/widgets.pro
r2 r166 1 1 TARGET = qtaccessiblewidgets 2 2 3 include(../../qpluginbase.pri) 3 4 include (../qaccessiblebase.pri) -
trunk/src/plugins/codecs/cn/cn.pro
r2 r166 1 1 TARGET = qcncodecs 2 2 3 include(../../qpluginbase.pri) 3 4 -
trunk/src/plugins/codecs/jp/jp.pro
r2 r166 1 1 TARGET = qjpcodecs 2 2 3 include(../../qpluginbase.pri) 3 4 -
trunk/src/plugins/codecs/kr/kr.pro
r2 r166 1 1 TARGET = qkrcodecs 2 2 3 include(../../qpluginbase.pri) 3 4 -
trunk/src/plugins/codecs/tw/tw.pro
r2 r166 1 1 TARGET = qtwcodecs 2 2 3 include(../../qpluginbase.pri) 3 4 -
trunk/src/plugins/iconengines/svgiconengine/svgiconengine.pro
r2 r166 1 1 TARGET = qsvgicon 2 2 3 include(../../qpluginbase.pri) 3 4 -
trunk/src/qt3support/qt3support.pro
r2 r166 1 1 TARGET = Qt3Support 2 2 3 QPRO_PWD = $$PWD 3 4 QT = core gui network sql -
trunk/src/script/script.pro
r2 r166 1 1 TARGET = QtScript 2 2 3 QPRO_PWD = $$PWD 3 4 QT = core -
trunk/src/scripttools/scripttools.pro
r2 r166 1 1 TARGET = QtScriptTools 2 2 3 QPRO_PWD = $$PWD 3 4 QT = core gui script -
trunk/src/xmlpatterns/xmlpatterns.pro
r2 r166 1 1 TARGET = QtXmlPatterns 2 2 3 QPRO_PWD = $$PWD 3 4 QT = core network
Note:
See TracChangeset
for help on using the changeset viewer.