diff options
| author | Philipp Andreas <github@smurfy.de> | 2014-07-12 09:29:47 +0200 |
|---|---|---|
| committer | Philipp Andreas <github@smurfy.de> | 2014-07-12 09:30:49 +0200 |
| commit | 2101baf2911d7965c86e5308e4d8350790a6956c (patch) | |
| tree | 2acb875cabca055797620458baad26d5f8612105 /ext/Log4Qt/Log4Qt.pro | |
| parent | 959e251f2336e21d3615b1525a38773fe58ab2e7 (diff) | |
| parent | 84e775d768f0675ee733132b3762db647f1409ac (diff) | |
Merge branch 'master' into notifications
Conflicts:
daemon/manager.cpp
Diffstat (limited to 'ext/Log4Qt/Log4Qt.pro')
| -rw-r--r-- | ext/Log4Qt/Log4Qt.pro | 21 |
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 + + |
