summaryrefslogtreecommitdiffstats
path: root/examples/qml-compositor/qml-compositor.pro
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2011-03-15 14:42:19 +0100
committerSamuel Rødal <samuel.rodal@nokia.com>2011-03-15 14:42:59 +0100
commit612ab72281b87eb407887b2112c9041d8fbb6d75 (patch)
treef9f5a615ac816d92269b3048a83011397fc429c7 /examples/qml-compositor/qml-compositor.pro
parentca55e389672f8493d359cee6c2b5bd2f80cccf0b (diff)
Added initial scene-graph qml based compositor.
Diffstat (limited to 'examples/qml-compositor/qml-compositor.pro')
-rw-r--r--examples/qml-compositor/qml-compositor.pro31
1 files changed, 31 insertions, 0 deletions
diff --git a/examples/qml-compositor/qml-compositor.pro b/examples/qml-compositor/qml-compositor.pro
new file mode 100644
index 000000000..b98eba47e
--- /dev/null
+++ b/examples/qml-compositor/qml-compositor.pro
@@ -0,0 +1,31 @@
+qml_folder.source = qml/QmlCompositor
+qml_folder.target = qml
+DEPLOYMENTFOLDERS = qml_folder
+
+TEMPLATE = app
+TARGET = qml-compositor
+DEPENDPATH += .
+INCLUDEPATH += .
+
+# comment out the following CONFIG lines to disable DRM
+CONFIG += wayland_gl
+CONFIG += mesa_egl
+#CONFIG += dri2_xcb
+
+# comment out the following to not use pkg-config in the pri files
+CONFIG += use_pkgconfig
+
+DESTDIR=$$PWD/../../bin/
+
+LIBS += -L ../../lib
+
+include (../../src/qt-compositor/qt-compositor.pri)
+
+QT += declarative
+
+# Input
+SOURCES += main.cpp
+
+CONFIG += qt warn_on debug create_prl link_prl
+OBJECTS_DIR = .obj/release-shared
+MOC_DIR = .moc/release-shared