From e9433fe17c42af45b4de7b0641de95d3bbed5279 Mon Sep 17 00:00:00 2001 From: David Schulz Date: Wed, 9 Oct 2013 08:15:05 +0200 Subject: [PATCH] Core: Adding Utils to Libs for the app subproject. Needed because of I696133c42a142a8c596703fc8ce0250b58993d99 Change-Id: I947a76399cff30a0031064258f302cc8ec1ae50f Reviewed-by: Christian Kandeler --- src/app/app.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.pro b/src/app/app.pro index 1242209065..b7430651e7 100644 --- a/src/app/app.pro +++ b/src/app/app.pro @@ -10,7 +10,7 @@ SOURCES += main.cpp ../tools/qtcreatorcrashhandler/crashhandlersetup.cpp include(../rpath.pri) -LIBS *= -l$$qtLibraryName(ExtensionSystem) -l$$qtLibraryName(Aggregation) +LIBS *= -l$$qtLibraryName(ExtensionSystem) -l$$qtLibraryName(Aggregation) -l$$qtLibraryName(Utils) QT_BREAKPAD_ROOT_PATH = $$(QT_BREAKPAD_ROOT_PATH) !isEmpty(QT_BREAKPAD_ROOT_PATH) { -- GitLab