| Last change
 on this file since 1163 was             1077, checked in by Dmitry A. Kuminov, 14 years ago | 
        
          | 
Use a common file for VERSION definition.
 
This is much better than spreading this information over fivedifferent files (three of which are forgotten and haven't been
 updated since Qt 4.3.0).
 
 
This fixes a r1050 regression that caused Designer DLLs tolose the major version suffix and completely supersedes r385
 (still fixing what r1050 fixed).
 
 | 
        
          | File size:
            503 bytes | 
      
      
| Line |  | 
|---|
| 1 | TEMPLATE = lib | 
|---|
| 2 | CONFIG += qt plugin | 
|---|
| 3 |  | 
|---|
| 4 | win32|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release | 
|---|
| 5 | TARGET = $$qtLibraryTarget($$TARGET) | 
|---|
| 6 | !isEmpty(TARGET_SHORT):TARGET_SHORT = $$qtLibraryTarget($$TARGET_SHORT) | 
|---|
| 7 | contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols | 
|---|
| 8 |  | 
|---|
| 9 | include(../qt_version.pri) | 
|---|
| 10 | include(../qt_targets.pri) | 
|---|
| 11 |  | 
|---|
| 12 | wince*:LIBS += $$QMAKE_LIBS_GUI | 
|---|
| 13 |  | 
|---|
| 14 | symbian: { | 
|---|
| 15 | TARGET.EPOCALLOWDLLDATA=1 | 
|---|
| 16 | TARGET.CAPABILITY = All -Tcb | 
|---|
| 17 | TARGET = $${TARGET}$${QT_LIBINFIX} | 
|---|
| 18 | load(armcc_warnings) | 
|---|
| 19 | } | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.