Changeset 166
- Timestamp:
 - Sep 7, 2009, 10:56:41 PM (16 years ago)
 - Location:
 - trunk/src
 - Files:
 - 
      
- 11 edited
 
- 
          
  plugins/accessible/compat/compat.pro (modified) (1 diff)
 - 
          
  plugins/accessible/widgets/widgets.pro (modified) (1 diff)
 - 
          
  plugins/codecs/cn/cn.pro (modified) (1 diff)
 - 
          
  plugins/codecs/jp/jp.pro (modified) (1 diff)
 - 
          
  plugins/codecs/kr/kr.pro (modified) (1 diff)
 - 
          
  plugins/codecs/tw/tw.pro (modified) (1 diff)
 - 
          
  plugins/iconengines/svgiconengine/svgiconengine.pro (modified) (1 diff)
 - 
          
  qt3support/qt3support.pro (modified) (1 diff)
 - 
          
  script/script.pro (modified) (1 diff)
 - 
          
  scripttools/scripttools.pro (modified) (1 diff)
 - 
          
  xmlpatterns/xmlpatterns.pro (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/plugins/accessible/compat/compat.pro
r2 r166 1 1 TARGET = qtaccessiblecompatwidgets 2 os2:TARGET_SHORT = qtacwt 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 os2:TARGET_SHORT = qtawt 2 3 include(../../qpluginbase.pri) 3 4 include (../qaccessiblebase.pri)  - 
      
trunk/src/plugins/codecs/cn/cn.pro
r2 r166 1 1 TARGET = qcncodecs 2 os2:TARGET_SHORT = qcncod 2 3 include(../../qpluginbase.pri) 3 4  - 
      
trunk/src/plugins/codecs/jp/jp.pro
r2 r166 1 1 TARGET = qjpcodecs 2 os2:TARGET_SHORT = qjpcod 2 3 include(../../qpluginbase.pri) 3 4  - 
      
trunk/src/plugins/codecs/kr/kr.pro
r2 r166 1 1 TARGET = qkrcodecs 2 os2:TARGET_SHORT = qkrcod 2 3 include(../../qpluginbase.pri) 3 4  - 
      
trunk/src/plugins/codecs/tw/tw.pro
r2 r166 1 1 TARGET = qtwcodecs 2 os2:TARGET_SHORT = qtwcod 2 3 include(../../qpluginbase.pri) 3 4  - 
      
trunk/src/plugins/iconengines/svgiconengine/svgiconengine.pro
r2 r166 1 1 TARGET = qsvgicon 2 os2:TARGET_SHORT = qsvgie 2 3 include(../../qpluginbase.pri) 3 4  - 
      
trunk/src/qt3support/qt3support.pro
r2 r166 1 1 TARGET = Qt3Support 2 os2:TARGET_SHORT = Qt3Sup 2 3 QPRO_PWD = $$PWD 3 4 QT = core gui network sql  - 
      
trunk/src/script/script.pro
r2 r166 1 1 TARGET = QtScript 2 os2:TARGET_SHORT = QtScri 2 3 QPRO_PWD = $$PWD 3 4 QT = core  - 
      
trunk/src/scripttools/scripttools.pro
r2 r166 1 1 TARGET = QtScriptTools 2 os2:TARGET_SHORT = QtScTl 2 3 QPRO_PWD = $$PWD 3 4 QT = core gui script  - 
      
trunk/src/xmlpatterns/xmlpatterns.pro
r2 r166 1 1 TARGET = QtXmlPatterns 2 os2:TARGET_SHORT = QtXmlP 2 3 QPRO_PWD = $$PWD 3 4 QT = core network  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  