From 3bba0ffa36a3957804e0caf997e74d3923e2251c Mon Sep 17 00:00:00 2001 From: konrad Date: Thu, 14 Jan 2010 20:11:13 +0000 Subject: [PATCH] move zip to extenal status git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk@417 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- src/smoke.pro | 2 +- src/zip.pri | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletions(-) create mode 100644 src/zip.pri diff --git a/src/smoke.pro b/src/smoke.pro index 48a593a..b3ec9ee 100644 --- a/src/smoke.pro +++ b/src/smoke.pro @@ -32,7 +32,7 @@ TRANSLATIONS = \ smoke_en.ts -include(../zip/zip.pri) +include(zip.pri) include(widgets/widgets.pri) include(wbase/wbase.pri) include(templates/templates.pri) diff --git a/src/zip.pri b/src/zip.pri new file mode 100644 index 0000000..dcc373b --- /dev/null +++ b/src/zip.pri @@ -0,0 +1,6 @@ +# Include for ZIP-Library from LinTouch Project +# +# Modified for Magic Smoke by (c) Konrad Rosenbaum, 2007 + +LIBS += -L../zip -lzip +INCLUDEPATH += ../zip \ No newline at end of file -- 1.7.2.5