按照使用手册,在TI官网下载了 QT5.4.2版本,并下载了源文件。第一次编译可以通过,然后只要程序任何地方加回车撤销,相当于没有做任何改变,再次编译的时候就会出现如下bug。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Project WARNING: Spectrum Library not compiled, using precompiled version if available.
Project WARNING: Spectrum Library not compiled, using precompiled version if available.
Could not find qmake configuration file default.
Error while parsing file E:\Sources\NirscanNanoGUI.pro. Giving up.
Project WARNING: Spectrum Library not compiled, using precompiled version if available.
Project WARNING: Spectrum Library not compiled, using precompiled version if available.
Project WARNING: Spectrum Library not compiled, using precompiled version if available.
Project WARNING: Spectrum Library not compiled, using precompiled version if available.
Project WARNING: Spectrum Library not compiled, using precompiled version if available.
Project WARNING: Spectrum Library not compiled, using precompiled version if available.
Project WARNING: Spectrum Library not compiled, using precompiled version if available.
Project WARNING: Spectrum Library not compiled, using precompiled version if available.
有很多解决办法:
修改NirscanNanoGUI.pro
使用QT的版本:
DLP NIRscan Nano GUI: This software bundle includes the executable and source files for the PC-based Graphical User Interface (GUI) for easy communication with the DLP NIRscan Nano. The source files were developed using the QT Library v5.4.2 and QT Creator v3.4.1
还有一个办法是:
把DLPNIRscanNanoGUI_2.1.0\Sources\Common\include\*.*
和DLPNIRscanNanoGUI_2.1.0\Sources\DLP_Spectrum_Library\src\*.*
全部copy到:
DLPNIRscanNanoGUI_2.1.0\Sources\下即可.
大功告成.