6a3a234742
"CONFIG += qt warn_on release link_prl" is in every single spec (though for link_prl there is one genuine exception and two apparent omissions). Change-Id: I72e1e315586af828eefa3b0b70998ab892ec3c1a Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
24 lines
486 B
Plaintext
24 lines
486 B
Plaintext
#
|
|
# qmake configuration for linux-g++
|
|
#
|
|
# Written for GNU/Linux platforms that have both lib and lib64 directories,
|
|
# like the AMD Opteron.
|
|
#
|
|
|
|
MAKEFILE_GENERATOR = UNIX
|
|
CONFIG += incremental gdb_dwarf_index
|
|
QMAKE_INCREMENTAL_STYLE = sublib
|
|
|
|
QMAKE_CFLAGS = -m64
|
|
QMAKE_LFLAGS = -m64
|
|
|
|
include(../common/linux.conf)
|
|
include(../common/gcc-base-unix.conf)
|
|
include(../common/g++-unix.conf)
|
|
|
|
|
|
QMAKE_LIBDIR_X11 = /usr/X11R6/lib64
|
|
QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib64
|
|
|
|
load(qt_config)
|