From 8eab04b55e6d01ca2ab473d325eb4337c5f40725 Mon Sep 17 00:00:00 2001
From: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Date: Thu, 26 Nov 2015 12:03:50 +0100
Subject: [PATCH] Add core-private dependency to core_api.pro

We want to use private QtCore API in later commits.

Change-Id: If006d9bfd503cdb21b3adf164c0ebf2aa8967bac
Reviewed-by: Michal Klocek <michal.klocek@theqtcompany.com>
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
---
 src/core/api/core_api.pro | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/api/core_api.pro b/src/core/api/core_api.pro
index e62578db2..d11994e98 100644
--- a/src/core/api/core_api.pro
+++ b/src/core/api/core_api.pro
@@ -4,7 +4,7 @@ DESTDIR = $$OUT_PWD/$$getConfigDir()
 TEMPLATE = lib
 
 CONFIG += staticlib c++11
-QT += network
+QT += network core-private
 
 # Don't create .prl file for this intermediate library because
 # their contents get used when linking against them, breaking
-- 
GitLab