Code Review
/
apps
/
agl-service-windowmanager.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Emit syncDraw
[apps/agl-service-windowmanager.git]
/
client
/
qmlWindowManagerSampleApp.pro
1
TEMPLATE = app
2
QT += qml quick
3
CONFIG += c++11
4
5
HEADERS += communication.h qlibwindowmanager.h
6
7
SOURCES += main.cpp \
8
communication.cpp qlibwindowmanager.cpp
9
RESOURCES += sample.qrc
10
11
INCLUDEPATH += $$[QT_SYSROOT]/usr/include/afb
12
13
LIBS += -lwindowmanager
14
#LIBS += -lsystemd
15
LIBS += -lafbwsc
16
#LIBS += -ljson-c
17
18
target.path = /usr/bin/WindowManagerSampleApp
19
20
INSTALLS += target