summaryrefslogtreecommitdiffstats
path: root/tests/manual/qopengltextureblitter/qopengltextureblitter.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qopengltextureblitter/qopengltextureblitter.pro')
-rw-r--r--tests/manual/qopengltextureblitter/qopengltextureblitter.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/manual/qopengltextureblitter/qopengltextureblitter.pro b/tests/manual/qopengltextureblitter/qopengltextureblitter.pro
new file mode 100644
index 0000000000..95f1c14e5a
--- /dev/null
+++ b/tests/manual/qopengltextureblitter/qopengltextureblitter.pro
@@ -0,0 +1,12 @@
+TEMPLATE = app
+TARGET = qopengltextureblitter
+INCLUDEPATH += .
+
+QT+=gui-private
+# Input
+HEADERS += \
+ qopengltextureblitwindow.h
+
+SOURCES += \
+ main.cpp \
+ qopengltextureblitwindow.cpp