summaryrefslogtreecommitdiffstats
path: root/util/install/archive/archive.pro
diff options
context:
space:
mode:
Diffstat (limited to 'util/install/archive/archive.pro')
-rw-r--r--util/install/archive/archive.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/util/install/archive/archive.pro b/util/install/archive/archive.pro
new file mode 100644
index 0000000..e313a4a
--- /dev/null
+++ b/util/install/archive/archive.pro
@@ -0,0 +1,9 @@
+TEMPLATE = lib
+CONFIG += staticlib
+CONFIG += qt x11
+CONFIG -= dll
+TARGET = arq
+
+SOURCES += qarchive.cpp ../keygen/keyinfo.cpp
+HEADERS += qarchive.h
+!zlib:unix:LIBS += -lz