=================
PACK = Persistence And Communication Kit
-version 0.6
+version 0.7
-(c) Konrad Rosenbaum, 2009-2011
+(c) Konrad Rosenbaum, 2009-2013
Directory woc:
The C++-source files of woc (Web Object Compiler) are licensed under GPLv3 or
-# Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+# Copyright (C) 2009-2013 by Konrad Rosenbaum <konrad@silmor.de>
# protected under the GNU LGPL version 3 or at your option any newer.
# See COPYING.LGPL file that comes with this distribution.
<Wolf>
<!-- Internal Pseudo-Project to generate a version.h file for PACK itself -->
<Project baseDir="::woc::" name="PACK"/>
- <Version comm="0" needcomm="0" humanReadable="0.1" target=".." system="svn git none"/>
+ <Version comm="0" needcomm="0" humanReadable="0.7" target=".." system="svn git none"/>
<!-- configure output -->
<QtClientOutput sourceDir="../vinfo" subDir="." priInclude="wob.pri" classPrefix="WVI" clean="yes"/>
-# Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+# Copyright (C) 2009-2013 by Konrad Rosenbaum <konrad@silmor.de>
# protected under the GNU GPL version 3 or at your option any newer.
# See COPYING.GPL file that comes with this distribution.
include(qt/qt.pri)
include(soap/soap.pri)
-gcc { QMAKE_CXXFLAGS += -std=gnu++11 }
+gcc { QMAKE_CXXFLAGS += -std=c++11 }
INCLUDEPATH += . ../vinfo ../qtbase/include