fixed Mac cmake issue
This commit is contained in:
@@ -88,6 +88,9 @@ set(QAPPLICATION_CLASS
|
||||
CACHE STRING "Inheritance class for SingleApplication")
|
||||
add_subdirectory(external/singleapplication)
|
||||
add_subdirectory(external/spdlog)
|
||||
IF (APPLE)
|
||||
add_subdirectory(external/QHotkey)
|
||||
ENDIF ()
|
||||
add_subdirectory(src)
|
||||
|
||||
# CPack
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# Required to generate MOC
|
||||
IF (APPLE)
|
||||
add_subdirectory(QHotkey)
|
||||
ENDIF ()
|
||||
|
||||
target_sources(flameshot PRIVATE controller.h flameshotdbusadapter.h)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user