2018-06-02 13:34:26 +00:00
|
|
|
diff -up cppcheck-1.83/CMakeLists.txt.qt5cmake cppcheck-1.83/CMakeLists.txt
|
2018-06-02 14:48:29 +00:00
|
|
|
--- cppcheck-1.83/CMakeLists.txt.qt5cmake 2018-06-02 16:47:11.038242820 +0200
|
|
|
|
+++ cppcheck-1.83/CMakeLists.txt 2018-06-02 16:47:11.070242301 +0200
|
2018-06-02 13:34:26 +00:00
|
|
|
@@ -1,5 +1,5 @@
|
|
|
|
project(CppCheck)
|
|
|
|
-cmake_minimum_required(VERSION 2.8.4)
|
|
|
|
+cmake_minimum_required(VERSION 2.8.11)
|
|
|
|
|
|
|
|
include(GNUInstallDirs)
|
|
|
|
|
|
|
|
diff -up cppcheck-1.83/gui/CMakeLists.txt.qt5cmake cppcheck-1.83/gui/CMakeLists.txt
|
2018-06-02 14:48:29 +00:00
|
|
|
--- cppcheck-1.83/gui/CMakeLists.txt.qt5cmake 2018-06-02 16:47:11.049242641 +0200
|
|
|
|
+++ cppcheck-1.83/gui/CMakeLists.txt 2018-06-02 16:47:24.622022436 +0200
|
2018-06-02 13:34:26 +00:00
|
|
|
@@ -24,8 +24,8 @@ if (BUILD_GUI)
|
|
|
|
target_link_libraries(cppcheck-gui pcre)
|
|
|
|
endif()
|
|
|
|
target_link_libraries(cppcheck-gui tinyxml2)
|
|
|
|
- qt5_use_modules(cppcheck-gui ${GUI_QT_COMPONENTS})
|
|
|
|
-
|
2018-06-02 14:48:29 +00:00
|
|
|
+ target_link_libraries(cppcheck-gui Qt5::Core Qt5::Gui Qt5::Widgets Qt5::PrintSupport)
|
2018-06-02 13:34:26 +00:00
|
|
|
+
|
|
|
|
install(TARGETS cppcheck-gui RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_BINDIR} COMPONENT applications)
|
|
|
|
install(FILES ${qms} DESTINATION share/${PROJECT_NAME}/lang/ COMPONENT applications)
|
|
|
|
|