summaryrefslogtreecommitdiff
path: root/ext/Log4Qt/Log4Qt.pro
diff options
context:
space:
mode:
authorTomasz Sterna <tomek@xiaoka.com>2014-07-14 17:19:45 +0200
committerTomasz Sterna <tomek@xiaoka.com>2014-07-16 00:07:28 +0200
commit3c19406ee292e0ed7993bd4d3976cc34d40e2f22 (patch)
tree67d185e95d647e56c074f4b3a30ac4f0d81e2ee6 /ext/Log4Qt/Log4Qt.pro
parent630cc2e3097f2236a4c1191be6c955ec523d6f1a (diff)
Replaced ext/Log4Qt source with submodule
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
-
-