Mercurial > hg > svcore
comparison base/base.pro @ 637:465f769ccad0
* More updates to build system, intended to support platforms both with and without pkg-config (though we really want to be able to switch pkg-config off)
author | Chris Cannam |
---|---|
date | Thu, 16 Sep 2010 14:40:52 +0100 |
parents | 1a4c76e0f7c5 |
children |
comparison
equal
deleted
inserted
replaced
636:1a4c76e0f7c5 | 637:465f769ccad0 |
---|---|
1 TEMPLATE = lib | 1 TEMPLATE = lib |
2 | 2 |
3 #SV_UNIT_PACKAGES = | |
4 include(../config.pri) | 3 include(../config.pri) |
5 | |
6 #CONFIG += sv staticlib qt thread warn_on stl rtti exceptions | |
7 | 4 |
8 CONFIG += staticlib qt thread warn_on stl rtti exceptions | 5 CONFIG += staticlib qt thread warn_on stl rtti exceptions |
9 QT -= gui | 6 QT -= gui |
10 | 7 |
11 TARGET = svbase | 8 TARGET = svbase |