Fix includes.

Authored by krop on Apr 26 2018, 9:25 AM.

Description

Fix includes.

Details

Committed
kropApr 26 2018, 9:25 AM
Parents
R231:23635121328d: --warning
Branches
Unknown
Tags
Unknown
Reverted By
R231:774913456b26: Revert "Fix includes."
krop added a comment.Apr 26 2018, 12:18 PM

Reverting my change is wrong.

Let's look at what atcore does:

set_target_properties(AtCore::AtCore PROPERTIES
  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/AtCore;${_IMPORT_PREFIX}/include/KF5"
  INTERFACE_LINK_LIBRARIES "Qt5::Core;Qt5::SerialPort"
)

so #include <AtCore/whatever> is wrong.