summaryrefslogtreecommitdiffstats
path: root/tests/manual/qopengltextureblitter/qopengltextureblitter.pro
blob: 95f1c14e5a0f17d6f8c6a71c89b859f0d183628c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = app
TARGET = qopengltextureblitter
INCLUDEPATH += .

QT+=gui-private
# Input
HEADERS += \
    qopengltextureblitwindow.h

SOURCES += \
    main.cpp \
    qopengltextureblitwindow.cpp