switch to shared lib
authorKonrad Rosenbaum <konrad@silmor.de>
Fri, 27 Jul 2012 19:31:09 +0000 (21:31 +0200)
committerKonrad Rosenbaum <konrad@silmor.de>
Fri, 27 Jul 2012 19:31:09 +0000 (21:31 +0200)
.gitignore
qtbase/wbase.pro

index 82a5375..5283066 100644 (file)
@@ -5,7 +5,7 @@ woc/prewoc
 *.o
 *.obj
 *.dll
-*.so
+lib*.so*
 *.a
 *.prl
 vinfo
index a5bddd4..20955d3 100644 (file)
@@ -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 \