blob: e651ab50466a8f2776bf7c570613d4efed7bfaec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Files
QT *= x11extras
LIBS *= -lc -lxcb -lxcb-ewmh -lxcb-icccm -lxcb-image -lxcb-composite -lxcb-damage -lxcb-util -lxcb-keysyms -lXdamage -lxcb-render -lxcb-render-util
SOURCES *= $${PWD}/NativeWindow.cpp \
$${PWD}/NativeWindowSystem.cpp \
$${PWD}/NativeKeyToQt.cpp \
$${PWD}/NativeEventFilter.cpp \
$${PWD}/NativeEmbedWidget.cpp
HEADERS *= $${PWD}/NativeWindow.h \
$${PWD}/NativeWindowSystem.h \
$${PWD}/NativeEventFilter.h \
$${PWD}/NativeEmbedWidget.h
INCLUDEPATH *= $${PWD}
|