Changeset 1050
- Timestamp:
 - Sep 5, 2011, 5:03:54 PM (14 years ago)
 - Location:
 - trunk/src
 - Files:
 - 
      
- 3 edited
 
- 
          
  plugins/qpluginbase.pri (modified) (2 diffs)
 - 
          
  qbase.pri (modified) (2 diffs)
 - 
          
  qt_targets.pri (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/plugins/qpluginbase.pri
r769 r1050 1 1 TEMPLATE = lib 2 3 include(../qt_targets.pri) 4 2 isEmpty(QT_MAJOR_VERSION) { 3 VERSION=4.7.3 4 } else { 5 VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION} 6 } 5 7 CONFIG += qt plugin 6 8 … … 9 11 !isEmpty(TARGET_SHORT):TARGET_SHORT = $$qtLibraryTarget($$TARGET_SHORT) 10 12 contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols 13 14 include(../qt_targets.pri) 11 15 12 16 wince*:LIBS += $$QMAKE_LIBS_GUI  - 
      
trunk/src/qbase.pri
r846 r1050 3 3 isEmpty(QT_ARCH):!isEmpty(ARCH):QT_ARCH=$$ARCH #another compat that will rot for change #215700 4 4 TEMPLATE = lib 5 6 include(qt_targets.pri) 7 5 isEmpty(QT_MAJOR_VERSION) { 6 VERSION=4.7.3 7 } else { 8 VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION} 9 } 8 10 mac:!contains(QMAKE_EXT_C, .mm):QMAKE_EXT_C += .mm 9 11 … … 179 181 QMAKE_PKGCONFIG_VARIABLES += moc_dir uic_dir rcc_dir lupdate_dir lrelease_dir 180 182 183 include(qt_targets.pri) 184 181 185 win32:DEFINES+=_USE_MATH_DEFINES 182 186  - 
      
trunk/src/qt_targets.pri
r1049 r1050 3 3 QMAKE_TARGET_DESCRIPTION = C++ application development framework. 4 4 QMAKE_TARGET_COPYRIGHT = Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 5 6 isEmpty(QT_MAJOR_VERSION) {7 VERSION=4.7.38 } else {9 VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION}10 }11 5 12 6 os2 {  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  