Skip to content

Commit

Permalink
fix: inherit Qt version from main project (fix #76)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dax89 committed Dec 10, 2023
1 parent 48b0e6c commit c854dac
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ cmake_minimum_required(VERSION 3.13)

project(QHexView)

find_package(Qt6 COMPONENTS Widgets)

if(NOT Qt6_FOUND)
find_package(Qt5 COMPONENTS Widgets REQUIRED)
endif()

option(QHEXVIEW_ENABLE_DIALOGS "BuiltIn dialogs" OFF)

add_library(${PROJECT_NAME} INTERFACE)
Expand Down

0 comments on commit c854dac

Please sign in to comment.