19 lines
579 B
Prolog
19 lines
579 B
Prolog
|
######################################################################
|
||
|
# Automatically generated by qmake (2.01a) Wed Apr 27 16:40:46 2011
|
||
|
######################################################################
|
||
|
|
||
|
TEMPLATE = app
|
||
|
DEPENDPATH += .
|
||
|
INCLUDEPATH += .
|
||
|
|
||
|
# Input
|
||
|
HEADERS += paintedwindow.h
|
||
|
SOURCES += paintedwindow.cpp main.cpp
|
||
|
|
||
|
# install
|
||
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/paintedwindow
|
||
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS paintedwindow.pro
|
||
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/paintedwindow
|
||
|
INSTALLS += target sources
|
||
|
|