mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2026-04-10 06:11:54 +10:00
all: optimize build
This commit is contained in:
parent
1168879d6d
commit
7ffce72b31
51 changed files with 1526 additions and 1277 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#include <qguiapplication.h>
|
||||
#include <qlist.h>
|
||||
#include <qqml.h>
|
||||
#include <qstring.h>
|
||||
|
||||
#include "../core/plugin.hpp"
|
||||
#include "panel_window.hpp"
|
||||
|
|
@ -8,6 +10,8 @@
|
|||
namespace {
|
||||
|
||||
class X11Plugin: public QuickshellPlugin {
|
||||
QList<QString> dependencies() override { return {"window"}; }
|
||||
|
||||
bool applies() override { return QGuiApplication::platformName() == "xcb"; }
|
||||
|
||||
void init() override { XAtom::initAtoms(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue