Mercurial > hg > classical
view common/common.pro @ 7:df999875c53b classical-rdf
* Test application for load/query (beginnings of)
author | Chris Cannam |
---|---|
date | Tue, 09 Feb 2010 17:33:39 +0000 |
parents | e8f4c2b55fd8 |
children | d35e5d769c87 |
line wrap: on
line source
TEMPLATE = lib TARGET = CONFIG += debug staticlib DEPENDPATH += . INCLUDEPATH += . ../../turbot OBJECTS_DIR = o MOC_DIR = m # Input HEADERS += Objects.h TypeRegistrar.h SOURCES += Objects.cpp TypeRegistrar.cpp solaris* { debug { QMAKE_CXXFLAGS_DEBUG += -xprofile=tcov LIBS += -xprofile=tcov } } QMAKE_CXXFLAGS_DEBUG += -Wall -Woverloaded-virtual -Wextra -Wformat-nonliteral -Wformat-security -Winit-self -O1 -pg