-
Notifications
You must be signed in to change notification settings - Fork 0
/
plainPanel.pro
76 lines (67 loc) · 2.16 KB
/
plainPanel.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
QT += core gui network KWindowSystem concurrent multimedia
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets dbus
CONFIG += c++11
CONFIG += x11
LIBS += -lX11
LIBS += -lKF5WindowSystem
INCLUDEPATH += /usr/include/KF5/KWindowSystem
# You can make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
applet.cpp \
applets/appmenu/appmenu.cpp \
applets/battery/battery.cpp \
applets/clioutput/clioutput.cpp \
applets/datetime/datetime.cpp \
applets/kblayout/kblayout.cpp \
applets/launcher/launcher.cpp \
applets/localipv4/localipv4.cpp \
applets/mpris/mpris.cpp \
applets/snitray/snitray.cpp \
applets/snitray/statusnotifierwatcher.cpp \
applets/spacer/spacer.cpp \
applets/splitter/splitter.cpp \
applets/usermenu/powerdialog.cpp \
applets/usermenu/usermenu.cpp \
applets/volume/volume.cpp \
applets/windowlist/windowlist.cpp \
applets/workspaces/workspaces.cpp \
configman.cpp \
dbusintegration.cpp \
dynamicapplet.cpp \
initializer.cpp \
main.cpp \
panel.cpp \
staticapplet.cpp
HEADERS += \
applet.h \
applets/appmenu/appmenu.h \
applets/battery/battery.h \
applets/clioutput/clioutput.h \
applets/datetime/datetime.h \
applets/kblayout/kblayout.h \
applets/launcher/launcher.h \
applets/localipv4/localipv4.h \
applets/mpris/mpris.h \
applets/snitray/snitray.h \
applets/snitray/statusnotifierwatcher.h \
applets/spacer/spacer.h \
applets/splitter/splitter.h \
applets/usermenu/powerdialog.h \
applets/usermenu/usermenu.h \
applets/volume/volume.h \
applets/windowlist/windowlist.h \
applets/workspaces/workspaces.h \
configman.h \
dbusintegration.h \
dynamicapplet.h \
initializer.h \
panel.h \
staticapplet.h
#CONFIG += lrelease
CONFIG += embed_translations
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target