source: trunk/mkspecs/linux-llvm/qmake.conf

Last change on this file was 846, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

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