Commit 8eab04b5 authored by Joerg Bornemann's avatar Joerg Bornemann
Browse files

Add core-private dependency to core_api.pro


We want to use private QtCore API in later commits.

Change-Id: If006d9bfd503cdb21b3adf164c0ebf2aa8967bac
Reviewed-by: default avatarMichal Klocek <michal.klocek@theqtcompany.com>
Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Showing with 1 addition and 1 deletion
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment