File: shared_old.pri

package info (click to toggle)
qtwayland-opensource-src 5.15.17-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 11,108 kB
  • sloc: cpp: 53,691; xml: 9,462; ansic: 187; makefile: 29; sh: 5
file content (36 lines) | stat: -rw-r--r-- 1,169 bytes parent folder | download | duplicates (4)
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
CONFIG += testcase link_pkgconfig
QT += testlib
QT += core-private gui-private waylandclient-private

QMAKE_USE += wayland-client wayland-server

CONFIG += wayland-scanner
WAYLANDSERVERSOURCES += \
    ../../../../src/3rdparty/protocol/ivi-application.xml \
    ../../../../src/3rdparty/protocol/wayland.xml \
    ../../../../src/3rdparty/protocol/xdg-shell-unstable-v6.xml \
    ../../../../src/3rdparty/protocol/fullscreen-shell-unstable-v1.xml

INCLUDEPATH += ../shared_old

SOURCES += \
    ../shared_old/mockcompositor.cpp \
    ../shared_old/mockfullscreenshellv1.cpp \
    ../shared_old/mockinput.cpp \
    ../shared_old/mockiviapplication.cpp \
    ../shared_old/mockwlshell.cpp \
    ../shared_old/mockxdgshellv6.cpp \
    ../shared_old/mocksurface.cpp \
    ../shared_old/mockregion.cpp \
    ../shared_old/mockoutput.cpp

HEADERS += \
    ../shared_old/mockcompositor.h \
    ../shared_old/mockfullscreenshellv1.h \
    ../shared_old/mockinput.h \
    ../shared_old/mockiviapplication.h \
    ../shared_old/mockwlshell.h \
    ../shared_old/mockxdgshellv6.h \
    ../shared_old/mocksurface.h \
    ../shared_old/mockregion.h \
    ../shared_old/mockoutput.h