From 9c6469eb1261d853f701ea1f0dc0b2234623ff6d Mon Sep 17 00:00:00 2001 From: Felix Kauselmann <2039670+selmf@users.noreply.github.com> Date: Fri, 20 Mar 2015 22:49:39 +0100 Subject: [PATCH] unarr-wrapper: include unarr.pro --- compressed_archive/unarr/unarr-wrapper.pri | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compressed_archive/unarr/unarr-wrapper.pri b/compressed_archive/unarr/unarr-wrapper.pri index 56eb4f22..f4f630e9 100644 --- a/compressed_archive/unarr/unarr-wrapper.pri +++ b/compressed_archive/unarr/unarr-wrapper.pri @@ -6,5 +6,8 @@ HEADERS += $$PWD/extract_delegate.h \ SOURCES += $$PWD/compressed_archive.cpp \ +#static build (no lib) +include(unarr.pro) + #for system libunarr.so #LIBS+=-lunarr \ No newline at end of file