Mercurial > hg > classical
annotate common/common.pro @ 0:e8f4c2b55fd8 classical-rdf
* reorganise
author | Chris Cannam |
---|---|
date | Tue, 01 Dec 2009 17:50:41 +0000 |
parents | |
children | df999875c53b |
rev | line source |
---|---|
Chris@0 | 1 TEMPLATE = lib |
Chris@0 | 2 TARGET = |
Chris@0 | 3 CONFIG += debug staticlib |
Chris@0 | 4 DEPENDPATH += . |
Chris@0 | 5 INCLUDEPATH += . ../../turbot |
Chris@0 | 6 |
Chris@0 | 7 OBJECTS_DIR = o |
Chris@0 | 8 MOC_DIR = m |
Chris@0 | 9 |
Chris@0 | 10 # Input |
Chris@0 | 11 HEADERS += Objects.h |
Chris@0 | 12 SOURCES += Objects.cpp |
Chris@0 | 13 |
Chris@0 | 14 solaris* { |
Chris@0 | 15 |
Chris@0 | 16 debug { |
Chris@0 | 17 QMAKE_CXXFLAGS_DEBUG += -xprofile=tcov |
Chris@0 | 18 LIBS += -xprofile=tcov |
Chris@0 | 19 } |
Chris@0 | 20 |
Chris@0 | 21 } |
Chris@0 | 22 |