summaryrefslogtreecommitdiffstats
path: root/examples/bars/bars.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bars/bars.pro')
-rw-r--r--examples/bars/bars.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/bars/bars.pro b/examples/bars/bars.pro
index f319f690..e4e2c5fa 100644
--- a/examples/bars/bars.pro
+++ b/examples/bars/bars.pro
@@ -2,11 +2,12 @@
error( "Couldn't find the examples.pri file!" )
}
-SOURCES += main.cpp
-
-INSTALLS += target
+SOURCES += main.cpp graphmodifier.cpp
+HEADERS += graphmodifier.h
QT += widgets
+INSTALLS += target
+
OTHER_FILES += doc/src/* \
doc/images/*