简体   繁体   中英

Why is Qt recognizing neither my header files, nor my library files?

PRO文件 The above is my PRO file. There is a PvAPI.lib, an ImageLib.lib, and a PvApi.h, an ImageLib.h file, and a StdAfx.h file. The latter three are in the INCLUDEPATH paths and the library locations are given as follows under LIBS.

However, the compiler still doesn't seem to recognize the first header file that's brought up. Any reason as to why? Perhaps I am declaring the paths incorrectly?

Issues:

C:\\Users\\Andrew\\Desktop\\GO TO HELL\\HardTrigger\\USERINTERFACE-THINGS\\UserInterface-build-desktop-Qt_4_8_1_for_Desktop_-_MSVC2010__Qt_SDK__Debug....\\HardTrigger.cpp:62: error: C1083: Cannot open include file: 'PvApi.h': No such file or directory

PvApi.h似乎位于“ somefolder \\ inc-pc”中,而INCLUDEPATH包含“ somefolder \\ inc-pc \\ include”

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM