summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported/linux-clang/qmake.conf
blob: 6b63b7a06e0d60a52046f732de70cf2c773b3d7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# qmake configuration for linux-clang
#

MAKEFILE_GENERATOR = UNIX
TARGET_PLATFORM = unix
TEMPLATE = app
CONFIG += qt warn_on release incremental link_prl
QT += core gui

QMAKE_INCREMENTAL_STYLE = sublib

include(../../common/linux.conf)
include(../../common/gcc-base-unix.conf)
include(../../common/clang.conf)

QMAKE_LFLAGS += -ccc-gcc-name g++

load(qt_config)