aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/painteditem/textballoons/textballoons.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/painteditem/textballoons/textballoons.pro')
-rw-r--r--examples/declarative/painteditem/textballoons/textballoons.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/painteditem/textballoons/textballoons.pro b/examples/declarative/painteditem/textballoons/textballoons.pro
index 186581f9d5..7470950026 100644
--- a/examples/declarative/painteditem/textballoons/textballoons.pro
+++ b/examples/declarative/painteditem/textballoons/textballoons.pro
@@ -5,9 +5,9 @@ QT += declarative
TARGET = qmltextballoonplugin
HEADERS += textballoonplugin/plugin.h \
- textballoonplugin/textballoon.h
+ textballoon.h
-SOURCES += textballoonplugin/textballoon.cpp
+SOURCES += textballoon.cpp
DESTDIR = textballoonplugin