source: branches/4.5.1/mkspecs/linux-llvm/qmake.conf@ 1120

Last change on this file since 1120 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 256 bytes
Line 
1#
2# qmake configuration for llvm
3#
4
5MAKEFILE_GENERATOR = UNIX
6TEMPLATE = app
7CONFIG += qt warn_on release incremental link_prl
8QT += core gui
9QMAKE_INCREMENTAL_STYLE = sublib
10
11include(../common/llvm.conf)
12include(../common/linux.conf)
13load(qt_config)
Note: See TracBrowser for help on using the repository browser.