按照qxt开发者的说法,妳需要在项目里把QxtCore目录加入到包含路径中,否则的话,在编译项目时,qxt里的某些头文件会报告说找不到qxtglobal.h。
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691245
亮点:
In the libqxt user guide [1] I can see :
---8<---
2. add {libqxtinstalldir}\include\qxt\QxtCore to your include path
--->8---
For example the Clementine developers do this in their CMakeList :
---8<---
CMakeLists.txt: find_path(QXTCORE_INCLUDE_DIRS qxtglobal.h
PATH_SUFFIXES QxtCore)
--->8---
汤唯
Your opinionsHxLauncher: Launch Android applications by voice commands