summaryrefslogtreecommitdiffstats
path: root/lib.pro
diff options
context:
space:
mode:
Diffstat (limited to 'lib.pro')
-rw-r--r--lib.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib.pro b/lib.pro
new file mode 100644
index 0000000..f1a2917
--- /dev/null
+++ b/lib.pro
@@ -0,0 +1,7 @@
+include($${STOPDIR}/all.pro)
+
+TEMPLATE = lib
+CONFIG += staticlib
+win32:DESTDIR = .\
+unix:CLEAN_FILES += $${DESTDIR_TARGET}
+win32:QMAKE_CLEAN += $${DESTDIR_TARGET} #not working ?? \ No newline at end of file