view common/common.pro @ 6:96bf272e74c5 classical-rdf

* latest build -- use bio:date for composition dates as well as birth/death
author Chris Cannam
date Fri, 11 Dec 2009 18:05:51 +0000
parents e8f4c2b55fd8
children df999875c53b
line wrap: on
line source
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
	}

}