summaryrefslogtreecommitdiff
path: root/ext/Log4Qt/Log4Qt.pro
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Log4Qt/Log4Qt.pro')
-rw-r--r--ext/Log4Qt/Log4Qt.pro21
1 files changed, 0 insertions, 21 deletions
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
-
-