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

MAKEFILE_GENERATOR	= UNIX
TEMPLATE		= app
CONFIG			+= qt warn_on release incremental link_prl gdb_dwarf_index
QT			+= core gui
QMAKE_INCREMENTAL_STYLE = sublib

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