Mercurial > trustbridge
diff ui/CMakeLists.txt @ 409:09bb19e5e369
Remove m13 mentions and change test certificate to intevation.de
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 16 Apr 2014 14:00:12 +0000 |
parents | ac9e95ef6966 |
children | 413b29f6758f |
line wrap: on
line diff
--- a/ui/CMakeLists.txt Wed Apr 16 13:41:10 2014 +0000 +++ b/ui/CMakeLists.txt Wed Apr 16 14:00:12 2014 +0000 @@ -91,8 +91,8 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${Qt5Widgets_EXECUTABLE_COMPILE_FLAGS}") -generate_cppcheck(SOURCES ${CINST_SOURCES} ${TRUSTBRIDGE_SOURCES} TARGET_NAME m13_cppcheck) -add_dependencies(static_check m13_cppcheck) +generate_cppcheck(SOURCES ${CINST_SOURCES} ${TRUSTBRIDGE_SOURCES} TARGET_NAME custom_cppcheck) +add_dependencies(static_check custom_cppcheck) # Adding resources here in an extra variable to enable reuse of # TRUSTBRIDGE_SOURCES in the test subdirectory.