diff options
author | Oswald Buddenhagen <[email protected]> | 2012-11-29 16:02:34 +0100 |
---|---|---|
committer | The Qt Project <[email protected]> | 2012-12-10 18:16:48 +0100 |
commit | a6065d60f158ffad7a94877883af69731da94295 (patch) | |
tree | 5657fd490fd8a3f9794a8c9bcc9f85cf24a095c1 /examples/quick/draganddrop/main.cpp | |
parent | c18e04b2e61f174a4883f6884cf9a0712c5725e3 (diff) |
centralize and fixup example sources install targets
follow respective change in qtbase
Change-Id: I27502eb7ebea973e19ec5f7c3ec0e2338556f6e0
Reviewed-by: Oswald Buddenhagen <[email protected]>
Reviewed-by: Alan Alpert (Personal) <[email protected]>
Diffstat (limited to 'examples/quick/draganddrop/main.cpp')
-rw-r--r-- | examples/quick/draganddrop/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/draganddrop/main.cpp b/examples/quick/draganddrop/main.cpp index cc08df9ff4..7a7adf2391 100644 --- a/examples/quick/draganddrop/main.cpp +++ b/examples/quick/draganddrop/main.cpp @@ -37,5 +37,5 @@ ** $QT_END_LICENSE$ ** ****************************************************************************/ -#include "../../shared/shared.h" +#include "../shared/shared.h" DECLARATIVE_EXAMPLE_MAIN(draganddrop) |