On Sunday 17 August 2014 09:14:26 Reza Shah wrote:

> But when compiling i got

> kiten/lib/dictionarymanager.h:27:16: fatal error: QMap: No such file or

> directory

 

Hi Reza,

 

apparently the include dirs are noet set right. You can check this by compiling with the command "VERBOSE=1 make" and looking at the output (see the "-I" values).

 

To solve your problem, you have to link to Qt5::Core (add this to target_link_libraries). This is actually the new way how the include directories are determined.

 

Cheers,

Andreas