view system/system.pro @ 637:465f769ccad0

* More updates to build system, intended to support platforms both with and without pkg-config (though we really want to be able to switch pkg-config off)
author Chris Cannam
date Thu, 16 Sep 2010 14:40:52 +0100
parents ebb6ac65bccc
children
line wrap: on
line source
TEMPLATE = lib

include(../config.pri)

CONFIG += sv staticlib qt thread warn_on stl rtti exceptions

QT -= gui

TARGET = svsystem

DEPENDPATH += .
INCLUDEPATH += .

# Input
HEADERS += Init.h System.h
SOURCES += Init.cpp System.cpp