diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-05-22 12:36:16 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-05-22 12:37:49 (GMT) |
commit | 96a5352b9460573a29dd31e884269e84187f6f88 (patch) | |
tree | 7bb2aef1d171f52bde8586a6e7551b6883ffdf87 /examples | |
parent | 3ebbecd49d9e3cd8818634d5da5c7b1850190d54 (diff) | |
download | Qt-96a5352b9460573a29dd31e884269e84187f6f88.zip Qt-96a5352b9460573a29dd31e884269e84187f6f88.tar.gz Qt-96a5352b9460573a29dd31e884269e84187f6f88.tar.bz2 |
Fix compile issue
Reviewed-by: Kent Hansen
Diffstat (limited to 'examples')
-rw-r--r-- | examples/animation/stickman/stickman.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/animation/stickman/stickman.pro b/examples/animation/stickman/stickman.pro index 956b49c..1dbbce9 100644 --- a/examples/animation/stickman/stickman.pro +++ b/examples/animation/stickman/stickman.pro @@ -10,6 +10,8 @@ SOURCES += main.cpp \ lifecycle.cpp \ graphicsview.cpp +INCLUDEPATH += $$PWD + include(editor/editor.pri) # install |