Shawn Dunn
6211ba3e25
* Pre-release changes (#2167) * Weblate commit (#2165) * Fixed destination dir of lxqt-panel_wayland.desktop (#2166) * Made auto-hiding on overlapping work under kwin_wayland (#2164) - Update to version 2.1.0: * Pre-release changes (#2159) * Updated *.ts files (#2160) * Weblate commit (#2155) * Silenced compilation warning about `QCheckBox::stateChanged` (#2157) * mainmenu: Workaround lack of context menu with Qt 6.8.0 * Workaround for translucency artifacts with Qt 6.8.0 on Wayland (#2156) * Added a missing version check (#2154) * Prevent panel from accepting focus with some Wayland compositors (#2153) * Weblate commit (#2151) * Updated translations including Luganda (#2150) OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-panel?expand=0&rev=61
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}
|