Fixed installation of gui examples' targets
Change-Id: Ie945ffac56ed83d2dc4605a073bcab4ef6f290ac Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
1eabbc0908
commit
b22eb09b48
@ -2,3 +2,6 @@ include(../rasterwindow/rasterwindow.pri)
|
||||
|
||||
SOURCES += \
|
||||
main.cpp
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/gui/analogclock
|
||||
INSTALLS += target
|
||||
|
@ -2,3 +2,6 @@ include(openglwindow.pri)
|
||||
|
||||
SOURCES += \
|
||||
main.cpp
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/gui/openglwindow
|
||||
INSTALLS += target
|
||||
|
@ -2,3 +2,6 @@ include(rasterwindow.pri)
|
||||
|
||||
SOURCES += \
|
||||
main.cpp
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/gui/rasterwindow
|
||||
INSTALLS += target
|
||||
|
Loading…
x
Reference in New Issue
Block a user