mkspecs/linux-g++-64/qmake.conf
changeset 30 5dc02b23752f
parent 0 1918ee327afb
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
     4 # Written for GNU/Linux platforms that have both lib and lib64 directories,
     4 # Written for GNU/Linux platforms that have both lib and lib64 directories,
     5 # like the AMD Opteron.
     5 # like the AMD Opteron.
     6 #
     6 #
     7 
     7 
     8 MAKEFILE_GENERATOR	= UNIX
     8 MAKEFILE_GENERATOR	= UNIX
       
     9 TARGET_PLATFORM		= unix
     9 TEMPLATE		= app
    10 TEMPLATE		= app
    10 CONFIG			+= qt warn_on release incremental link_prl
    11 CONFIG			+= qt warn_on release incremental link_prl
    11 QT			+= core gui
    12 QT			+= core gui
    12 QMAKE_INCREMENTAL_STYLE = sublib
    13 QMAKE_INCREMENTAL_STYLE = sublib
    13 
    14