Fix linux target

This commit is contained in:
Ximi1970
2020-06-21 11:19:43 +02:00
parent 9bf6c2c809
commit c8be7213a4
2 changed files with 3 additions and 2 deletions

View File

@@ -11,6 +11,7 @@
/*
* Qt includes
*/
#include <QObject>
#include <QSystemTrayIcon>
@@ -74,7 +75,7 @@ class SysTrayX : public QObject
*/
void hideTrayIcon();
#if defined( Q_OS_LINUX ) && defined( NO_KDE_INTEGRATION )
#if defined( Q_OS_LINUX ) && defined( KDE_INTEGRATION )
/**
* @brief showKdeTrayIcon. Create and show the KDE icon.

View File

@@ -4,7 +4,7 @@
#include <QtGlobal>
#ifdef Q_OS_LINUX
#include "windowctrl-unix.h"
#include "windowctrl-lin.h"
#endif // Q_OS_LINUX
#ifdef Q_OS_WIN