aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/opengltextureinthread/opengltextureinthread.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/scenegraph/opengltextureinthread/opengltextureinthread.pro')
-rw-r--r--examples/quick/scenegraph/opengltextureinthread/opengltextureinthread.pro24
1 files changed, 0 insertions, 24 deletions
diff --git a/examples/quick/scenegraph/opengltextureinthread/opengltextureinthread.pro b/examples/quick/scenegraph/opengltextureinthread/opengltextureinthread.pro
deleted file mode 100644
index d07149a2f9..0000000000
--- a/examples/quick/scenegraph/opengltextureinthread/opengltextureinthread.pro
+++ /dev/null
@@ -1,24 +0,0 @@
-QT += quick
-
-# To make threaded gl check...
-QT += core-private gui-private
-
-CONFIG += qmltypes
-QML_IMPORT_NAME = SceneGraphRendering
-QML_IMPORT_MAJOR_VERSION = 1
-
-HEADERS += threadrenderer.h
-SOURCES += threadrenderer.cpp main.cpp
-
-INCLUDEPATH += ../shared
-HEADERS += ../shared/logorenderer.h
-SOURCES += ../shared/logorenderer.cpp
-
-RESOURCES += textureinthread.qrc
-
-target.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/opengltextureinthread
-INSTALLS += target
-
-OTHER_FILES += \
- main.qml \
- error.qml