e2d9da26a7
- Update to 2.0.1: * Fixed a runtime failure in the plugin loader. * Workaround for Removable Media plugin with a GLib-mounted encrypted volume. * Ported to Qt6. * Added Wayland support for positioning the panel by using layer shell. * Removed spaces from saved settings of Custom Command plugin. * Added the SVG format to the panel background picker dialog. - Fix plugin loader (#2052) #2053 OBS-URL: https://build.opensuse.org/request/show/1173417 OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-panel?expand=0&rev=55
14 lines
367 B
Diff
14 lines
367 B
Diff
diff --git a/panel/CMakeLists.txt b/panel/CMakeLists.txt
|
|
index 556d2212..d9fe784b 100644
|
|
--- a/panel/CMakeLists.txt
|
|
+++ b/panel/CMakeLists.txt
|
|
@@ -91,6 +91,8 @@ lxqt_translate_ts(QM_FILES SOURCES
|
|
|
|
lxqt_app_translation_loader(SOURCES ${PROJECT_NAME})
|
|
|
|
+set(CMAKE_EXECUTABLE_ENABLE_EXPORTS TRUE)
|
|
+
|
|
add_executable(${PROJECT}
|
|
${PUB_HEADERS}
|
|
${PRIV_HEADERS}
|