#
# Modified for Magic Smoke by (c) Konrad Rosenbaum, 2007
-# Based on:
-# FILE: libltzip_lib.pro --
-# AUTHOR: Hynek Petrak <hynek@swac.cz>
-# DATE: 9 November 2003
-#
-# Copyright (c) 2001-2006 S.W.A.C. GmbH, Germany.
-# Copyright (c) 2001-2006 S.W.A.C. Bohemia s.r.o., Czech Republic.
-#
-# THIS SOFTWARE IS DISTRIBUTED AS IS AND WITHOUT ANY WARRANTY.
-#
-# This application is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as published
-# by the Free Software Foundation; either version 2 of the License, or (at
-# your option) any later version.
-#
-# This application is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public
-# License along with this application; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
-
-SOURCES += \
- zip/ioapi.c \
- zip/unzip.c \
- zip/zip.c \
- zip/qtioapi.cpp \
- zip/qunzip.cpp \
- zip/qzip.cpp \
-
-HEADERS += \
- zip/ioapi.h \
- zip/unzip.h \
- zip/zip.h \
- zip/qtioapi.h \
- zip/qunzip.h \
- zip/qzip.h \
+LIBS += -L ../zip -lzip
--- /dev/null
+# Include for ZIP-Library from LinTouch Project
+#
+# Modified for Magic Smoke by (c) Konrad Rosenbaum, 2007
+
+# Based on:
+# FILE: libltzip_lib.pro --
+# AUTHOR: Hynek Petrak <hynek@swac.cz>
+# DATE: 9 November 2003
+#
+# Copyright (c) 2001-2006 S.W.A.C. GmbH, Germany.
+# Copyright (c) 2001-2006 S.W.A.C. Bohemia s.r.o., Czech Republic.
+#
+# THIS SOFTWARE IS DISTRIBUTED AS IS AND WITHOUT ANY WARRANTY.
+#
+# This application is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as published
+# by the Free Software Foundation; either version 2 of the License, or (at
+# your option) any later version.
+#
+# This application is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this application; if not, write to the
+# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+# Boston, MA 02111-1307, USA.
+
+TEMPLATE = lib
+TARGET = zip
+DESTDIR = ../zip
+
+SOURCES += \
+ ioapi.c \
+ unzip.c \
+ zip.c \
+ qtioapi.cpp \
+ qunzip.cpp \
+ qzip.cpp \
+
+HEADERS += \
+ ioapi.h \
+ unzip.h \
+ zip.h \
+ qtioapi.h \
+ qunzip.h \
+ qzip.h \