From 1bf7fc2f1acbef9d2f6bf9d39958f8f56328fafe Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Fri, 19 Aug 2011 12:50:18 +0200 Subject: make 'make install' install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I766e7917f6362b1f9cc26d18381e8d76eaf6ff83 Reviewed-on: http://codereview.qt.nokia.com/3261 Reviewed-by: Qt Sanity Bot Reviewed-by: Samuel Rødal --- examples/opengl/hellowindow/hellowindow.pro | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/opengl/hellowindow/hellowindow.pro b/examples/opengl/hellowindow/hellowindow.pro index 6492975d3b..44003d8863 100644 --- a/examples/opengl/hellowindow/hellowindow.pro +++ b/examples/opengl/hellowindow/hellowindow.pro @@ -3,7 +3,6 @@ ###################################################################### TEMPLATE = app -TARGET = DEPENDPATH += . INCLUDEPATH += . @@ -12,3 +11,10 @@ QT += opengl widgets # Input HEADERS += hellowindow.h 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 + -- cgit v1.2.3