summaryrefslogtreecommitdiff
path: root/src/src.pro
diff options
context:
space:
mode:
authorGordan Markuš <gordan.markus@pelagicore.com>2017-06-19 14:38:31 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2017-06-20 13:30:29 +0000
commit760d68df044cb8f9030e40f83874921fe557fa44 (patch)
tree7916350de5cde08132a561eced5933eb9f965ccc /src/src.pro
parent80cdc790318cf37f01a4ea84c14c7af0378fc10d (diff)
downloadqtapplicationmanager-760d68df044cb8f9030e40f83874921fe557fa44.tar.gz
main-lib: fix systemmonitor.h include build error
Due to a build error that occurs while running qmake recursively, the src.pro file was modified in order to ensure that the headers are generated in a correct order. main.cpp:131:27: fatal error: systemmonitor.h: No such file or directory #include "systemmonitor.h" ^ Change-Id: I541067c2202900f8408d4e28e05d8518040733e5 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index 99fc2feb..10e45b93 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -73,8 +73,8 @@ SUBDIRS = \
manager_lib \
installer_lib \
window_lib \
- main_lib \
monitor_lib \
+ main_lib \
tools_appman \
# Although the testrunner is in tools we don't want to build it with tools-only
# because it is based on the manager binary