From 3c19406ee292e0ed7993bd4d3976cc34d40e2f22 Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Mon, 14 Jul 2014 17:19:45 +0200 Subject: Replaced ext/Log4Qt source with submodule --- ext/Log4Qt/Log4Qt.pro | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 ext/Log4Qt/Log4Qt.pro (limited to 'ext/Log4Qt/Log4Qt.pro') diff --git a/ext/Log4Qt/Log4Qt.pro b/ext/Log4Qt/Log4Qt.pro deleted file mode 100644 index 65700d2..0000000 --- a/ext/Log4Qt/Log4Qt.pro +++ /dev/null @@ -1,21 +0,0 @@ - -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