Mercurial > hg > classical
diff common/common.pro @ 0:e8f4c2b55fd8 classical-rdf
* reorganise
author | Chris Cannam |
---|---|
date | Tue, 01 Dec 2009 17:50:41 +0000 |
parents | |
children | df999875c53b |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/common.pro Tue Dec 01 17:50:41 2009 +0000 @@ -0,0 +1,22 @@ +TEMPLATE = lib +TARGET = +CONFIG += debug staticlib +DEPENDPATH += . +INCLUDEPATH += . ../../turbot + +OBJECTS_DIR = o +MOC_DIR = m + +# Input +HEADERS += Objects.h +SOURCES += Objects.cpp + +solaris* { + + debug { + QMAKE_CXXFLAGS_DEBUG += -xprofile=tcov + LIBS += -xprofile=tcov + } + +} +