summaryrefslogtreecommitdiffstats
path: root/mkspecs/linux-g++/qmake.conf
blob: 9c1e0d7ab1e274bedd9cd9a22b0d0721351487ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# qmake configuration for linux-g++
#

MAKEFILE_GENERATOR	= UNIX
CONFIG += incremental gdb_dwarf_index
QMAKE_INCREMENTAL_STYLE = sublib

include(../common/linux.conf)
include(../common/gcc-base-unix.conf)
include(../common/g++-unix.conf)
load(qt_config)