summaryrefslogtreecommitdiffstats
path: root/qmlogre.pro
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@nokia.com>2010-07-14 21:06:27 +0200
committerYoann Lopes <yoann.lopes@nokia.com>2010-07-14 21:06:27 +0200
commitab3edf1da3d76caaa189a04afed34b9eeeeb0739 (patch)
treeeaf5129028a6f3e6d29c32d826349b63490b068f /qmlogre.pro
parent295bd2bf44858df39557b0ed63e729d7d88763be (diff)
Draw the graphicsView in a texture.
Diffstat (limited to 'qmlogre.pro')
-rw-r--r--qmlogre.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/qmlogre.pro b/qmlogre.pro
index ac72c56..e0308a0 100644
--- a/qmlogre.pro
+++ b/qmlogre.pro
@@ -1,5 +1,5 @@
CONFIG += qt
-QT += opengl
+QT += opengl declarative
TEMPLATE = app
TARGET = qmlogre
@@ -40,7 +40,9 @@ MOC_DIR = ./.moc
SOURCES += main.cpp \
- ogrewidget.cpp
+ ogrewidget.cpp \
+ declarativeviewtexture.cpp
HEADERS += \
- ogrewidget.h
+ ogrewidget.h \
+ declarativeviewtexture.h