Moved INCLUDEPATH from pro file to pri file
authorJørgen Lind <jorgen.lind@nokia.com>
Fri, 11 Mar 2011 12:34:06 +0000 (13:34 +0100)
committerJørgen Lind <jorgen.lind@nokia.com>
Fri, 11 Mar 2011 12:34:06 +0000 (13:34 +0100)
examples/qwidget-compositor/qt-compositor.pro
src/qt-compositor/qt-compositor.pri

index 7126ed3..ef427a9 100644 (file)
@@ -2,7 +2,6 @@ TEMPLATE = app
 TARGET = qt-compositor
 DEPENDPATH += .
 INCLUDEPATH += .
-INCLUDEPATH += ../../src/qt-compositor/
 
 # comment out the following CONFIG lines to disable DRM
 CONFIG += wayland_gl
index 19015fd..1d6a3cc 100644 (file)
@@ -1,4 +1,5 @@
 LIBS += -lwayland-server -lffi
+INCLUDEPATH += $$PWD
 
 wayland_gl {
     QT += opengl
@@ -30,6 +31,7 @@ SOURCES += $$PWD/qtcompositor.cpp \
         $$PWD/private/wldisplay.cpp \
         $$PWD/private/wlshmbuffer.cpp
 
+
 HEADERS += $$PWD/qtcompositor.h \
         $$PWD/graphicshardwareintegration.h \
         $$PWD/private/wlcompositor.h \