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/ext.pro | |
| parent | 072da88eee57e5d16f0b75c7b90c8a0bc6a60cb3 (diff) | |
Included Log4Qt in project
Diffstat (limited to 'ext/ext.pro')
| -rw-r--r-- | ext/ext.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/ext.pro b/ext/ext.pro new file mode 100644 index 0000000..4ab8424 --- /dev/null +++ b/ext/ext.pro @@ -0,0 +1,9 @@ +# Such a project structure allowed for integrating Log4Qt via git subtree +# Log4Qt folder is pulled right from the remote repository +TEMPLATE = subdirs +SUBDIRS = Log4Qt + +lib.files += $$OUT_PWD/../../ext/Log4Qt/*.s* +lib.path = /usr/share/$$TARGET/lib + +INSTALLS += lib |
