Mercurial > hg > classical
view common/common.pro @ 11:98047b91b09d classical-rdf
* Add "proper" composer name matching from user input. Needs to be faster
though
author | Chris Cannam |
---|---|
date | Thu, 18 Feb 2010 18:16:43 +0000 |
parents | d35e5d769c87 |
children | c8ef23d3888c |
line wrap: on
line source
TEMPLATE = lib TARGET = CONFIG += release staticlib DEPENDPATH += . INCLUDEPATH += . ../../turbot OBJECTS_DIR = o MOC_DIR = m # Input HEADERS += EditDistance.h Objects.h TypeRegistrar.h SOURCES += EditDistance.cpp Objects.cpp TypeRegistrar.cpp solaris* { debug { QMAKE_CXXFLAGS_DEBUG += -xprofile=tcov LIBS += -xprofile=tcov } } linux* { QMAKE_CXXFLAGS_DEBUG += -Wall -Woverloaded-virtual -Wextra -Wformat-nonliteral -Wformat-security -Winit-self -O1 -pg }