HerikLyma / CPPWebFramework

​The C++ Web Framework (CWF) is a MVC web framework, Open Source, under MIT License, using C++ with Qt to be used in the development of web applications.
MIT License
447 stars 119 forks source link

Qt on Win10 can't use C:\ as INCLUDEPATH #20

Closed paul-reilly closed 5 years ago

paul-reilly commented 5 years ago

I had to move the C:/cwf directory to C:/cwf/cwf and change the INCLUDEPATH entry for win32 in the pro files to C:/cwf.

I don't know if anybody else can replicate this, but it took a while to find out what was happening so I hope it's a helpful report.

HerikLyma commented 5 years ago

Hello my friend.

I use it on Windows 10 without any problem and we also compile it for each commit automaticly on App Veyor for Windows.

Thank you.

paul-reilly commented 5 years ago

Hmmm.... interesting, thanks. I'm using MinGW 32 bit - are you using MSVC?