We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57dcc67 commit 9e2d83fCopy full SHA for 9e2d83f
1 file changed
qtfred/cmake/AppRun.in
@@ -2,11 +2,4 @@
2
HERE=$(dirname $(readlink -f "${0}"))
3
export LD_LIBRARY_PATH=${HERE}/lib:$LD_LIBRARY_PATH
4
5
-# Qt5 doesn't work so well with Wayland for us so prefer the use of X11 unless
6
-# another backend is already specified
7
-# (NOTE: the -platform option will override this so we don't need to test for it)
8
-if [ -z "$QT_QPA_PLATFORM" ]; then
9
- export QT_QPA_PLATFORM="xcb;wayland"
10
-fi
11
-
12
exec "${HERE}/bin/$<TARGET_FILE_NAME:qtfred>" "$@"
0 commit comments