~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

Viewing changes to mkspecs/linux-clang/qmake.conf

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# qmake configuration for linux-clang
 
3
#
 
4
 
 
5
MAKEFILE_GENERATOR = UNIX
 
6
CONFIG += incremental
 
7
 
 
8
QMAKE_INCREMENTAL_STYLE = sublib
 
9
 
 
10
include(../common/linux.conf)
 
11
include(../common/gcc-base-unix.conf)
 
12
include(../common/clang.conf)
 
13
 
 
14
QMAKE_LFLAGS += -ccc-gcc-name g++
 
15
 
 
16
load(qt_config)