cd9599792e
"app" is the built-in default anyway Change-Id: I4f581ee5b81aee08860dbdda5d863943bceafb1b Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
25 lines
533 B
Plaintext
25 lines
533 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 += qt warn_on release incremental link_prl gdb_dwarf_index
|
|
QT += core gui
|
|
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)
|