mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-20 13:46:06 +00:00
Require QtSvg
This commit is contained in:
parent
79c57929be
commit
9927f2cf20
@ -12,7 +12,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
set(CMAKE_AUTOMOC ON)
|
||||
set(CMAKE_AUTOUIC ON)
|
||||
set(CMAKE_AUTORCC ON)
|
||||
find_package(Qt5 REQUIRED COMPONENTS Core Widgets Gui)
|
||||
find_package(Qt5 REQUIRED COMPONENTS Core Widgets Gui Svg)
|
||||
|
||||
|
||||
if(WIN32)
|
||||
@ -65,6 +65,6 @@ add_definitions("-DAPP_VERSION=\"${CUTTER_VERSION_FULL}\"")
|
||||
|
||||
|
||||
add_executable(cutter ${UI_FILES} ${QRC_FILES} ${SOURCE_FILES} ${HEADER_FILES})
|
||||
qt5_use_modules(cutter Core Widgets Gui)
|
||||
qt5_use_modules(cutter Core Widgets Gui Svg)
|
||||
target_link_libraries(cutter ${RADARE2_LIBRARIES})
|
||||
|
||||
|
@ -7,7 +7,7 @@ VERSION = 1.0
|
||||
|
||||
ICON = img/cutter.icns
|
||||
|
||||
QT += core gui widgets
|
||||
QT += core gui widgets svg
|
||||
QT_CONFIG -= no-pkg-config
|
||||
CONFIG += c++11
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user