summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-11-26 12:03:50 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-12-01 22:05:27 +0000
commit8eab04b55e6d01ca2ab473d325eb4337c5f40725 (patch)
treed7ca93a15a2c52b4c7dd4e805ea13d081309eeec
parentc044dac12443247a89af3ec7d524d2c0f9fdb0e1 (diff)
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>
-rw-r--r--src/core/api/core_api.pro2
1 files changed, 1 insertions, 1 deletions
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