File: common.pri

package info (click to toggle)
ukui-settings-daemon 4.0.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,324 kB
  • sloc: cpp: 39,120; ansic: 3,240; xml: 1,570; sh: 88; makefile: 4
file content (55 lines) | stat: -rw-r--r-- 1,683 bytes parent folder | download
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
QT += core gui dbus gui-private gui core-private
CONFIG += c++20 no_keywords gui-private link_pkgconfig xrandr
CONFIG -= app_bundle

INCLUDEPATH += -I $$PWD/

PLUGIN_INSTALL_DIRS = $$[QT_INSTALL_LIBS]/ukui-settings-daemon

EXTRA_CFLAGS +=-Wno-date-time

PKGCONFIG += glib-2.0  gio-2.0 libxklavier x11 xrandr xtst atk gdk-3.0 gtk+-3.0 xi gudev-1.0

exists(/usr/include/kysdk/kysdk-system/libkysysinfo.h) {
    DEFINES += KY_SDK_SYSINFO
    PKGCONFIG += kysdk-sysinfo
}

exists(/usr/include/kysdk/kysdk-system/libkycpu.h) {
    DEFINES += KY_SDK_HARDWARE
    PKGCONFIG += kysdk-hardware
}

QMAKE_CXXFLAGS +=  -Wno-unused-parameter
SOURCES += \
        $$PWD/clib-syslog.c             \
        $$PWD/QGSettings/qconftype.cpp  \
        $$PWD/QGSettings/qgsettings.cpp \
        $$PWD/rfkillswitch.cpp \
        $$PWD/touch-calibrate.cpp \
        $$PWD/usd_base_class.cpp \
        $$PWD/xeventmonitor.cpp         \
        $$PWD/eggaccelerators.c         \
        $$PWD/ukui-input-helper.c       \
        $$PWD/ukui-keygrab.cpp

HEADERS += \
        $$PWD/clib-syslog.h             \
        $$PWD/plugin-interface.h        \
        $$PWD/QGSettings/qconftype.h    \
        $$PWD/QGSettings/qgsettings.h   \
        $$PWD/rfkillswitch.h \
        $$PWD/touch-calibrate.h \
        $$PWD/usd_base_class.h \
        $$PWD/usd_global_define.h \
        $$PWD/xeventmonitor.h           \
        $$PWD/eggaccelerators.h         \
        $$PWD/ukui-input-helper.h       \
        $$PWD/ukui-keygrab.h            \
        $$PWD/config.h \
        $$PWD/xrandroutput.h    \
        $$PWD/plugin-manager-interface.h    \
        $$PWD/x11-head.h

RESOURCES += \
    $$PWD/ukui_icon.qrc