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