Mercurial > hg > svcore
annotate system/system.pro @ 642:6f6aa00a404c
* Print error if qmake fails
author | Chris Cannam |
---|---|
date | Fri, 17 Sep 2010 13:17:08 +0100 |
parents | 465f769ccad0 |
children |
rev | line source |
---|---|
Chris@150 | 1 TEMPLATE = lib |
Chris@150 | 2 |
Chris@637 | 3 include(../config.pri) |
Chris@150 | 4 |
Chris@150 | 5 CONFIG += sv staticlib qt thread warn_on stl rtti exceptions |
Chris@150 | 6 |
Chris@387 | 7 QT -= gui |
Chris@387 | 8 |
Chris@150 | 9 TARGET = svsystem |
Chris@150 | 10 |
Chris@150 | 11 DEPENDPATH += . |
Chris@150 | 12 INCLUDEPATH += . |
Chris@150 | 13 |
Chris@150 | 14 # Input |
Chris@150 | 15 HEADERS += Init.h System.h |
Chris@150 | 16 SOURCES += Init.cpp System.cpp |