From c527dd44be9cee5da06ce397f89e3a2595d4ed37 Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 26 Nov 2012 14:04:31 +0100 Subject: Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example This makes the structure of the examples after an 'make install' similar to the one in a 'developer build'. Change-Id: I9120bd741fab332e64e30adc01cefe87e5633454 Reviewed-by: Martin Smith --- examples/widgets/animation/animatedtiles/animatedtiles.pro | 4 ++-- examples/widgets/animation/animation.pro | 4 ++-- examples/widgets/animation/appchooser/appchooser.pro | 4 ++-- examples/widgets/animation/easing/easing.pro | 4 ++-- examples/widgets/animation/moveblocks/moveblocks.pro | 4 ++-- examples/widgets/animation/states/states.pro | 4 ++-- examples/widgets/animation/stickman/stickman.pro | 4 ++-- examples/widgets/animation/sub-attaq/sub-attaq.pro | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) (limited to 'examples/widgets/animation') diff --git a/examples/widgets/animation/animatedtiles/animatedtiles.pro b/examples/widgets/animation/animatedtiles/animatedtiles.pro index b25d7e65c2..03907d10f4 100644 --- a/examples/widgets/animation/animatedtiles/animatedtiles.pro +++ b/examples/widgets/animation/animatedtiles/animatedtiles.pro @@ -2,9 +2,9 @@ SOURCES = main.cpp RESOURCES = animatedtiles.qrc # install -target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/animatedtiles +target.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/animatedtiles sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS animatedtiles.pro images -sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/animatedtiles +sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/animatedtiles INSTALLS += target sources QT += widgets diff --git a/examples/widgets/animation/animation.pro b/examples/widgets/animation/animation.pro index fd22891f77..7cc46a5613 100644 --- a/examples/widgets/animation/animation.pro +++ b/examples/widgets/animation/animation.pro @@ -10,8 +10,8 @@ SUBDIRS += \ sub-attaq \ # install -target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation +target.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS animation.pro README -sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation +sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation INSTALLS += target sources QT += widgets diff --git a/examples/widgets/animation/appchooser/appchooser.pro b/examples/widgets/animation/appchooser/appchooser.pro index 868fe59f8e..ac7b0ca335 100644 --- a/examples/widgets/animation/appchooser/appchooser.pro +++ b/examples/widgets/animation/appchooser/appchooser.pro @@ -2,9 +2,9 @@ SOURCES = main.cpp RESOURCES = appchooser.qrc # install -target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/appchooser +target.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/appchooser sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS appchooser.pro *.png -sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/appchooser +sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/appchooser INSTALLS += target sources QT += widgets diff --git a/examples/widgets/animation/easing/easing.pro b/examples/widgets/animation/easing/easing.pro index 581103a4bf..3263d07089 100644 --- a/examples/widgets/animation/easing/easing.pro +++ b/examples/widgets/animation/easing/easing.pro @@ -8,9 +8,9 @@ FORMS = form.ui RESOURCES = easing.qrc # install -target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/easing +target.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/easing sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS easing.pro images -sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/easing +sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/easing INSTALLS += target sources QT += widgets diff --git a/examples/widgets/animation/moveblocks/moveblocks.pro b/examples/widgets/animation/moveblocks/moveblocks.pro index 35693bf25d..b7335652c0 100644 --- a/examples/widgets/animation/moveblocks/moveblocks.pro +++ b/examples/widgets/animation/moveblocks/moveblocks.pro @@ -1,9 +1,9 @@ SOURCES = main.cpp # install -target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/moveblocks +target.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/moveblocks sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS moveblocks.pro -sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/moveblocks +sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/moveblocks INSTALLS += target sources QT += widgets diff --git a/examples/widgets/animation/states/states.pro b/examples/widgets/animation/states/states.pro index 1aedc68f85..9ab3113111 100644 --- a/examples/widgets/animation/states/states.pro +++ b/examples/widgets/animation/states/states.pro @@ -2,9 +2,9 @@ SOURCES += main.cpp RESOURCES += states.qrc # install -target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/states +target.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/states sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS states.pro *.png -sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/states +sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/states INSTALLS += target sources QT += widgets diff --git a/examples/widgets/animation/stickman/stickman.pro b/examples/widgets/animation/stickman/stickman.pro index 16d9b79a71..527fdf1132 100644 --- a/examples/widgets/animation/stickman/stickman.pro +++ b/examples/widgets/animation/stickman/stickman.pro @@ -15,9 +15,9 @@ SOURCES += main.cpp \ RESOURCES += stickman.qrc # install -target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/stickman +target.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/stickman sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS stickman.pro animations -sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/stickman +sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/stickman INSTALLS += target sources QT += widgets diff --git a/examples/widgets/animation/sub-attaq/sub-attaq.pro b/examples/widgets/animation/sub-attaq/sub-attaq.pro index 0e738a5c96..835fc8d2d8 100644 --- a/examples/widgets/animation/sub-attaq/sub-attaq.pro +++ b/examples/widgets/animation/sub-attaq/sub-attaq.pro @@ -30,7 +30,7 @@ SOURCES += boat.cpp \ RESOURCES += subattaq.qrc # install -target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/sub-attaq +target.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/sub-attaq sources.files = $$SOURCES \ $$HEADERS \ $$RESOURCES \ @@ -38,6 +38,6 @@ sources.files = $$SOURCES \ sub-attaq.pro \ pics \ data.xml -sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/sub-attaq +sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/sub-attaq INSTALLS += target \ sources -- cgit v1.2.3