6899b1f0fa
Added ViewManager. Added dummy Settings class. Added dummy plugin interface (UI plugins only). Added dummy greeting plugin. Added DLLEXPORT macros for UI plugin interface and plugins.
11 lines
372 B
CMake
11 lines
372 B
CMake
#FIXME: this duplicates top level cmakelists: how can we reduce code duplication?
|
|
|
|
find_package( Qt5 5.3.0 CONFIG REQUIRED Core Gui Widgets LinguistTools )
|
|
|
|
if(NOT CALAMARES_CMAKE_DIR)
|
|
set(CALAMARES_CMAKE_DIR ${CMAKE_CURRENT_LIST_DIR})
|
|
endif()
|
|
|
|
include( "${CALAMARES_CMAKE_DIR}/CalamaresAddLibrary.cmake" )
|
|
include( "${CALAMARES_CMAKE_DIR}/CalamaresAddPlugin.cmake" )
|