From efb33d6494d88c27c8766553b6a963ddf2654458 Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Fri, 11 Jul 2014 21:06:39 +0200 Subject: Included Log4Qt in project --- ext/ext.pro | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ext/ext.pro (limited to 'ext/ext.pro') 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 -- cgit v1.2.3