From 4037beb7477590569ef5290f34103a7015450fe0 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 1 Jun 2020 11:40:01 -0400 Subject: QtDialog: remove Qt4 definition --- Source/QtDialog/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/QtDialog/CMakeLists.txt b/Source/QtDialog/CMakeLists.txt index e1da7c6..e6d6b17 100644 --- a/Source/QtDialog/CMakeLists.txt +++ b/Source/QtDialog/CMakeLists.txt @@ -16,9 +16,6 @@ if(WIN32) endif() endif() -# Remove this when the minimum version of Qt is 4.6. -add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${Qt5Widgets_EXECUTABLE_COMPILE_FLAGS}") if(CMake_QT_STATIC_QXcbIntegrationPlugin_LIBRARIES) -- cgit v0.12