summaryrefslogtreecommitdiffstats
path: root/examples/curveeditorapp/curveeditorapp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/curveeditorapp/curveeditorapp.pro')
-rw-r--r--examples/curveeditorapp/curveeditorapp.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/curveeditorapp/curveeditorapp.pro b/examples/curveeditorapp/curveeditorapp.pro
index 2602ffd..3f44741 100644
--- a/examples/curveeditorapp/curveeditorapp.pro
+++ b/examples/curveeditorapp/curveeditorapp.pro
@@ -10,11 +10,14 @@ DEFINES += QT_DEPRECATED_WARNINGS
INCLUDEPATH += .
+RESOURCES = $$PWD/../../resources/curveeditor.qrc
+
include($$PWD/../../sharedcomponents.pri)
# Input
HEADERS += \
- mainwindow.h
+ mainwindow.h \
+ examplecurvemodel.h
SOURCES += \
main.cpp \