From ab3edf1da3d76caaa189a04afed34b9eeeeb0739 Mon Sep 17 00:00:00 2001 From: Yoann Lopes Date: Wed, 14 Jul 2010 21:06:27 +0200 Subject: Draw the graphicsView in a texture. --- qmlogre.pro | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'qmlogre.pro') 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 -- cgit v1.2.3