From 96a5352b9460573a29dd31e884269e84187f6f88 Mon Sep 17 00:00:00 2001 From: Thierry Bastian Date: Fri, 22 May 2009 14:36:16 +0200 Subject: Fix compile issue Reviewed-by: Kent Hansen --- examples/animation/stickman/stickman.pro | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v0.12