* Automatic showing of mount popup is disabled on Wayland to circumvent an old problem of QtWayland * Fixed the rare bug about permanent task-buttons under kwin_wayland * Support showing of current screen windows in the wlroots taskbar * Made searching for the backedn in EVs case-insensitive * Added backend info to README OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-panel?expand=0&rev=75
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}
|