diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-11 21:06:39 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-11 21:06:39 +0200 |
| commit | efb33d6494d88c27c8766553b6a963ddf2654458 (patch) | |
| tree | 76dd5e56b79191074998c0fb6bf7b81276116a4b /ext/Log4Qt/Log4Qt.pro | |
| parent | 072da88eee57e5d16f0b75c7b90c8a0bc6a60cb3 (diff) | |
Included Log4Qt in project
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 + + |
