make 'make install' install
Change-Id: I766e7917f6362b1f9cc26d18381e8d76eaf6ff83 Reviewed-on: http://codereview.qt.nokia.com/3261 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
This commit is contained in:
parent
bf58826a1a
commit
1bf7fc2f1a
@ -3,7 +3,6 @@
|
|||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET =
|
|
||||||
DEPENDPATH += .
|
DEPENDPATH += .
|
||||||
INCLUDEPATH += .
|
INCLUDEPATH += .
|
||||||
|
|
||||||
@ -12,3 +11,10 @@ QT += opengl widgets
|
|||||||
# Input
|
# Input
|
||||||
HEADERS += hellowindow.h
|
HEADERS += hellowindow.h
|
||||||
SOURCES += hellowindow.cpp main.cpp
|
SOURCES += hellowindow.cpp main.cpp
|
||||||
|
|
||||||
|
# install
|
||||||
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/hellowindow
|
||||||
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellowindow.pro
|
||||||
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/hellowindow
|
||||||
|
INSTALLS += target sources
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user