[Fwk] Updated headers and added unit tests, fixed minor issues related to text stream operator overload

This commit is contained in:
Magne Sjaastad
2015-11-26 12:19:29 +01:00
parent 1bdb68e3d7
commit 3e9e5779ab
27 changed files with 26888 additions and 79 deletions

View File

@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 2.8)
find_package ( Qt4 COMPONENTS QtCore )
find_package ( Qt4 COMPONENTS QtCore QtGui )
include (${QT_USE_FILE})
project ( cafPdmCore_UnitTests )
@@ -42,6 +42,7 @@ target_link_libraries ( ${PROJECT_NAME}
${QT_LIBRARIES}
)
# Copy Qt Dlls
if (MSVC)
set (QTLIBLIST QtCore )