Hello Aleksey
None of your questions looks like problems in Qt itself, so I've taken the
liberty of replying to the interest mailing list (discussion about *using*
Qt).
On Friday, 27 April 2018 10:11:52 PDT Aleksey Kontsevich wrote:
> mydialog.obj:-1: error: LNK2001: unresolved external symbol
Thiago,
Of course all these 1-5 points are followed as You can see visiting 1st
mentioned link:
https://stackoverflow.com/q/50064670/630169
https://stackoverflow.com/a/50064976/630169
Please take a look at the line which causes the link problem:
QMetaEnum myEnum = QMetaEnum::fromType();
It happ
Project builds just fine in Linux, however fails to link under Windows.
Building with Qt 5.10.1 and MSVC 2015.
1st issue (solved)
Solved here: https://stackoverflow.com/q/50064670/630169
-