From efb33d6494d88c27c8766553b6a963ddf2654458 Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Fri, 11 Jul 2014 21:06:39 +0200 Subject: Included Log4Qt in project --- ext/Log4Qt/Log4Qt.pro | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ext/Log4Qt/Log4Qt.pro (limited to 'ext/Log4Qt/Log4Qt.pro') diff --git a/ext/Log4Qt/Log4Qt.pro b/ext/Log4Qt/Log4Qt.pro new file mode 100644 index 0000000..65700d2 --- /dev/null +++ b/ext/Log4Qt/Log4Qt.pro @@ -0,0 +1,21 @@ + +include(src/Log4Qt.pri) + +TEMPLATE = lib +QT += core xml network +TARGET = log4qt + +LOG4QT_VERSION_MAJOR = 1 +LOG4QT_VERSION_MINOR = 1 +LOG4QT_VERSION_RELEASE = 0 + +LOG4QT_VERSION = '\\"$${LOG4QT_VERSION_MAJOR}.$${LOG4QT_VERSION_MINOR}.$${LOG4QT_VERSION_RELEASE}\\"' +DEFINES += LOG4QT_VERSION_STR=\"$${LOG4QT_VERSION}\" +DEFINES += LOG4QT_VERSION=$${LOG4QT_VERSION} + +VERSION = 1.1.0 + +DEPENDPATH += src src/helpers src/spisrc/ varia +INCLUDEPATH += src src/helpers src/spi src/varia + + -- cgit v1.2.3