d97bb47f09
This also adds ImageRegistry, a SVG cache, a bunch of utility functions for shared pixmaps in CalamaresUtilsGui and renames several qrc files in viewmodules.
19 lines
418 B
CMake
19 lines
418 B
CMake
include_directories( ${PROJECT_BINARY_DIR}/src/libcalamaresui )
|
|
|
|
calamares_add_plugin( locale
|
|
TYPE viewmodule
|
|
EXPORT_MACRO PLUGINDLLEXPORT_PRO
|
|
SOURCES
|
|
LocaleViewStep.cpp
|
|
LocalePage.cpp
|
|
SetTimezoneJob.cpp
|
|
timezonewidget/timezonewidget.cpp
|
|
timezonewidget/localeglobal.cpp
|
|
UI
|
|
RESOURCES
|
|
locale.qrc
|
|
LINK_LIBRARIES
|
|
calamaresui
|
|
SHARED_LIB
|
|
)
|