dunnart
dunnart copied to clipboard
Linking errors under VS2015
I am trying to build dunnart directly from Qt Creator using provided project file. My setup is:
Qt Creator 4.0.3
Qt 5.6.1 (MSVC 2013, 32 bit)
Visual Studio Community 2015
I introduced minor changes to the code to fix missing headers (branch here) so that it compiles fine now, but still does not link ("unresolved external symbol", log: dunnart.txt).
Maybe I am doing something incorrectly... Can you please help me in solving this issue?