2b12bd82e4
- Create job, run it, and just debug-log what it should do.
14 lines
250 B
CMake
14 lines
250 B
CMake
calamares_add_plugin( oemid
|
|
TYPE viewmodule
|
|
EXPORT_MACRO PLUGINDLLEXPORT_PRO
|
|
SOURCES
|
|
IDJob.cpp
|
|
OEMViewStep.cpp
|
|
UI
|
|
OEMPage.ui
|
|
LINK_PRIVATE_LIBRARIES
|
|
calamaresui
|
|
Qt5::Widgets
|
|
SHARED_LIB
|
|
)
|