summaryrefslogtreecommitdiffstats
path: root/qmlogre.pro
diff options
context:
space:
mode:
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