| 
            Last change
 on this file since 1036 was             846, checked in by Dmitry A. Kuminov, 15 years ago           | 
        
        
          | 
             
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt. 
 
           | 
        
        
          | 
            File size:
            402 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | #macx-g++ (different from g++.conf)
 | 
|---|
| 2 | 
 | 
|---|
| 3 | #
 | 
|---|
| 4 | # qmake configuration for macx-g++
 | 
|---|
| 5 | #
 | 
|---|
| 6 | # Mac OS X + command-line compiler
 | 
|---|
| 7 | #
 | 
|---|
| 8 | 
 | 
|---|
| 9 | MAKEFILE_GENERATOR      = UNIX
 | 
|---|
| 10 | TARGET_PLATFORM         = macx
 | 
|---|
| 11 | TEMPLATE                = app
 | 
|---|
| 12 | CONFIG                  += qt warn_on release app_bundle incremental global_init_link_order lib_version_first plugin_no_soname link_prl
 | 
|---|
| 13 | QT                      += core gui
 | 
|---|
| 14 | QMAKE_INCREMENTAL_STYLE = sublib
 | 
|---|
| 15 | 
 | 
|---|
| 16 | include(../common/mac-llvm.conf)
 | 
|---|
| 17 | 
 | 
|---|
| 18 | load(qt_config)
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.