2014-07-03 18:00:40 +02:00
|
|
|
set( CALAMARESUI_LIBRARY_TARGET calamaresui )
|
|
|
|
|
|
|
|
list( APPEND ${CALAMARESUI_LIBRARY_TARGET}_SOURCES
|
|
|
|
modulesystem/Module.cpp
|
|
|
|
modulesystem/ModuleManager.cpp
|
2014-07-10 17:11:03 +02:00
|
|
|
modulesystem/ProcessJobModule.cpp
|
2014-07-03 18:00:40 +02:00
|
|
|
modulesystem/ViewModule.cpp
|
|
|
|
|
|
|
|
utils/CalamaresUtilsGui.cpp
|
2015-03-04 19:35:10 +01:00
|
|
|
utils/DebugWindow.cpp
|
2014-08-26 15:18:30 +02:00
|
|
|
utils/ImageRegistry.cpp
|
2014-07-03 18:00:40 +02:00
|
|
|
utils/YamlUtils.cpp
|
|
|
|
|
2015-03-04 20:22:58 +01:00
|
|
|
utils/qjsonmodel.cpp
|
|
|
|
utils/qjsonitem.cpp
|
|
|
|
|
2014-07-03 18:00:40 +02:00
|
|
|
viewpages/AbstractPage.cpp
|
|
|
|
viewpages/ViewStep.cpp
|
|
|
|
|
2014-09-03 17:56:46 +02:00
|
|
|
widgets/ClickableLabel.cpp
|
2014-08-21 17:44:35 +02:00
|
|
|
widgets/QtWaitingSpinner.cpp
|
2014-09-03 17:56:46 +02:00
|
|
|
widgets/WaitingWidget.cpp
|
2014-08-21 17:44:35 +02:00
|
|
|
|
2014-07-08 15:23:30 +02:00
|
|
|
InstallationViewStep.cpp
|
2014-10-10 18:18:35 +02:00
|
|
|
Branding.cpp
|
2014-07-03 18:00:40 +02:00
|
|
|
Settings.cpp
|
|
|
|
ViewManager.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
list( APPEND ${CALAMARESUI_LIBRARY_TARGET}_UI
|
2015-03-04 19:35:10 +01:00
|
|
|
utils/DebugWindow.ui
|
2014-07-03 18:00:40 +02:00
|
|
|
)
|
|
|
|
|
2014-07-16 16:09:53 +02:00
|
|
|
if( WITH_PYTHON )
|
|
|
|
list( APPEND ${CALAMARESUI_LIBRARY_TARGET}_SOURCES
|
|
|
|
modulesystem/PythonJobModule.cpp
|
|
|
|
)
|
|
|
|
endif()
|
|
|
|
|
2014-07-03 18:00:40 +02:00
|
|
|
calamares_add_library( ${CALAMARESUI_LIBRARY_TARGET}
|
|
|
|
SOURCES ${${CALAMARESUI_LIBRARY_TARGET}_SOURCES}
|
|
|
|
UI ${${CALAMARESUI_LIBRARY_TARGET}_UI}
|
|
|
|
EXPORT_MACRO UIDLLEXPORT_PRO
|
|
|
|
LINK_LIBRARIES
|
|
|
|
yaml-cpp
|
2014-08-26 15:18:30 +02:00
|
|
|
Qt5::Svg
|
2015-01-23 14:02:40 +01:00
|
|
|
Qt5::QuickWidgets
|
2014-08-26 15:18:30 +02:00
|
|
|
RESOURCES libcalamaresui.qrc
|
2014-07-03 18:00:40 +02:00
|
|
|
EXPORT CalamaresLibraryDepends
|
|
|
|
VERSION ${CALAMARES_VERSION_SHORT}
|
|
|
|
)
|