Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Integrating and building WSO2 WSF/C++ using qmake

$
0
0
Hello, I am trying to integrate the WSO2 WSF/C++ framework into my project, and I need to build it using qmake. I recently posted on StackOverflow [stackoverflow.com] but I still couldn’t find a solution. During the linking phase I get LNK2019 unresolved external symbol errors, as if I did not link the included headers, even though I added: INCLUDEPATH += "C:\wsfcpp\include" On the other hand, I managed to successfully build & run this project both with Eclipse and using terminal command lines. I just can’t get it to build with qmake. Do you have any suggestions? (yes I did clean / run qmake several times, it’s not that).

Viewing all articles
Browse latest Browse all 2113

Trending Articles