Make it possible to run qwindow-compositor in non-fullscreen.
[profile/ivi/qtwayland.git] / examples / qwindow-compositor / qwindow-compositor.pro
1 TEMPLATE = app
2 TARGET = qwindow-compositor
3 DEPENDPATH += .
4 INCLUDEPATH += .
5
6 # comment out the following to not use pkg-config in the pri files
7 CONFIG += use_pkgconfig
8
9 DESTDIR=$$PWD/../../bin/
10
11 LIBS += -L ../../lib
12 include (../../src/qt-compositor/qt-compositor.pri)
13
14 # Input
15 SOURCES += main.cpp \
16     qopenglwindow.cpp \
17     surfacerenderer.cpp \
18     qwindowcompositor.cpp
19
20 CONFIG += qt warn_on debug  create_prl link_prl
21 OBJECTS_DIR = .obj/release-shared
22 MOC_DIR = .moc/release-shared
23
24 QT += gui opengl
25
26 target.path += $$[QT_INSTALL_BINS]
27 INSTALLS += target
28
29 HEADERS += \
30     qopenglwindow.h \
31     surfacerenderer.h \
32     qwindowcompositor.h
33
34 RESOURCES += qwindow-compositor.qrc