We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12cf55d commit 11871d3Copy full SHA for 11871d3
src/apps/deskflow-gui/deskflow-gui.cpp
@@ -32,7 +32,7 @@
32
#include <QLoggingCategory>
33
#endif
34
35
-#if defined(WINAPI_XWINDOWS) or defined(WINAPI_LIBEI)
+#if !defined(Q_OS_MAC) && !defined(Q_OS_WIN)
36
#include "platform/XDGPortalRegistry.h"
37
38
@@ -51,7 +51,7 @@ int main(int argc, char *argv[])
51
QLoggingCategory::setFilterRules(QStringLiteral("*.debug=true\nqt.*=false"));
52
53
54
55
deskflow::platform::setAppId();
56
57
0 commit comments