summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2019-01-29 11:33:32 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2019-01-29 10:36:36 +0000
commit43a56fc55a1f5e414147b01878555396f4b4e591 (patch)
tree361d11ab6328dbe82fb86e3df71a3ab6156afa16
parent869b0d108c71c614c4bb514ebd54e9ac369d6e9d (diff)
Some minor cleanup
Change-Id: I0989f870234141e8b72b4f862a61ad8c5b6b5354 Reviewed-by: Knud Dollereder <knud.dollereder@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--examples/curveeditorapp/curveeditorapp.pro10
-rw-r--r--examples/examples.pro2
-rw-r--r--src/src.pro2
3 files changed, 7 insertions, 7 deletions
diff --git a/examples/curveeditorapp/curveeditorapp.pro b/examples/curveeditorapp/curveeditorapp.pro
index 543d9b0..f2743a3 100644
--- a/examples/curveeditorapp/curveeditorapp.pro
+++ b/examples/curveeditorapp/curveeditorapp.pro
@@ -19,13 +19,13 @@ DEFINES += QT_DEPRECATED_WARNINGS
INCLUDEPATH += .
-include(../../sharedcomponents.pri)
+include($$PWD/../../sharedcomponents.pri)
# Input
-HEADERS += \
+HEADERS += \
mainwindow.h
-SOURCES += \
- main.cpp \
- mainwindow.cpp \
+SOURCES += \
+ main.cpp \
+ mainwindow.cpp \
examplecurvemodel.cpp
diff --git a/examples/examples.pro b/examples/examples.pro
index 992b921..1f5be45 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,3 +1,3 @@
TEMPLATE = subdirs
-### SUBDIRS = testapp
+SUBDIRS = curveeditorapp
diff --git a/src/src.pro b/src/src.pro
index 04fc5a9..6e1d8e6 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,3 +1,3 @@
TEMPLATE = subdirs
-SUBDIRS = examples
+SUBDIRS = imports