From: Konrad Rosenbaum Date: Fri, 27 Jul 2012 19:31:09 +0000 (+0200) Subject: switch to shared lib X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=53c34c16932383dcd020fb3ec899820fc093fcd3;p=konrad%2Fpack.git switch to shared lib --- diff --git a/.gitignore b/.gitignore index 82a5375..5283066 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ woc/prewoc *.o *.obj *.dll -*.so +lib*.so* *.a *.prl vinfo diff --git a/qtbase/wbase.pro b/qtbase/wbase.pro index a5bddd4..20955d3 100644 --- a/qtbase/wbase.pro +++ b/qtbase/wbase.pro @@ -5,13 +5,14 @@ TEMPLATE = lib TARGET = qwbase DESTDIR = ../qtbase -CONFIG += release staticlib create_prl +CONFIG += dll create_prl QT += xml network QT -= gui OBJECTS_DIR = .ctmp MOC_DIR = .ctmp RCC_DIR = .ctmp +VERSION = 0.6.0 HEADERS += \ include/nullable.h \