13 lines
194 B
Prolog
13 lines
194 B
Prolog
|
TEMPLATE = app
|
||
|
TARGET = qopengltextureblitter
|
||
|
INCLUDEPATH += .
|
||
|
|
||
|
QT+=gui-private
|
||
|
# Input
|
||
|
HEADERS += \
|
||
|
qopengltextureblitwindow.h
|
||
|
|
||
|
SOURCES += \
|
||
|
main.cpp \
|
||
|
qopengltextureblitwindow.cpp
|