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, 21 insertions, 0 deletions
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
+
+