summaryrefslogtreecommitdiffstats
path: root/examples/qml-compositor/qml-compositor.pro
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2011-04-01 13:28:39 +0200
committerSamuel Rødal <samuel.rodal@nokia.com>2011-04-01 13:28:39 +0200
commit6dfcb657082ff38f1e8eef149477bea4eeae4266 (patch)
treece671612b7ea63bb20cf4b77860509953b4dba4a /examples/qml-compositor/qml-compositor.pro
parenta269a82011855c220f5fa726234c2fffe9d70443 (diff)
Move WaylandSurfaceItem into common API.
Diffstat (limited to 'examples/qml-compositor/qml-compositor.pro')
-rw-r--r--examples/qml-compositor/qml-compositor.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/qml-compositor/qml-compositor.pro b/examples/qml-compositor/qml-compositor.pro
index 9c6af04e9..050a24759 100644
--- a/examples/qml-compositor/qml-compositor.pro
+++ b/examples/qml-compositor/qml-compositor.pro
@@ -8,8 +8,8 @@ DEPENDPATH += .
INCLUDEPATH += .
# comment out the following CONFIG lines to disable DRM
-CONFIG += wayland_gl
-CONFIG += mesa_egl
+#CONFIG += wayland_gl
+#CONFIG += mesa_egl
#CONFIG += dri2_xcb
# comment out the following to not use pkg-config in the pri files
@@ -19,11 +19,11 @@ DESTDIR=$$PWD/../../bin/
LIBS += -L ../../lib
-include (../../src/qt-compositor/qt-compositor.pri)
-
QT += declarative
QT += opengl
+include (../../src/qt-compositor/qt-compositor.pri)
+
# Input
SOURCES += main.cpp