Commit 5558b42f authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Move examples into wayland subdirectory.


Conforming to the Qt project directory structure.
Change-Id: I452867fabc88e9594fa26f944b5d3e1ca4ffc720
Reviewed-by: default avatarTopi Reiniö <topi.reinio@digia.com>
parent fcb6e621
Branches
Tags v5.4.0-beta1
No related merge requests found
Showing with 6 additions and 17 deletions
TEMPLATE=subdirs
#Only build compositor examples if we are building
#the QtCompositor API
contains(CONFIG, wayland-compositor) {
SUBDIRS += qwindow-compositor
qtHaveModule(quick) {
SUBDIRS += qml-compositor
}
SUBDIRS += server-buffer
}
TEMPLATE = subdirs
SUBDIRS += wayland
......@@ -16,7 +16,7 @@ SOURCES += main.cpp
OTHER_FILES = ContrastEffect.qml main.qml WindowChrome.qml WindowContainer.qml background.jpg closebutton.png compositor.js
target.path = $$[QT_INSTALL_EXAMPLES]/qtwayland/qml-compositor
target.path = $$[QT_INSTALL_EXAMPLES]/wayland/qml-compositor
sources.files = $$OTHER_FILES $$SOURCES $$HEADERS $$RESOURCES $$FORMS qml-compositor.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtwayland/qml-compositor
sources.path = $$[QT_INSTALL_EXAMPLES]/wayland/qml-compositor
INSTALLS += target sources
......@@ -23,7 +23,7 @@ INCLUDEPATH += $$PWD/../../include
RESOURCES += qwindow-compositor.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/qtwayland/qwindow-compositor
target.path = $$[QT_INSTALL_EXAMPLES]/wayland/qwindow-compositor
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qwindow-compositor.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtwayland/qwindow-compositor
sources.path = $$[QT_INSTALL_EXAMPLES]/wayland/qwindow-compositor
INSTALLS += target sources
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment