пятница, 15 марта 2013 г.

Танцы с бубнами Visual C/C++ (Visual Studio 2008 Express): Error C2471: cannot update program database

При написании предыдущей статьи мне пришлось столкнуться с проблемой

Error C2471: cannot update program database


 Данная проблема возникла IMHO из-за того что я снес Visual Studio 2008 Express и водрузил Visual Studio 2008 SP1 Express. (Также грешу на то, что я накатил Windows SDK для компиляции x64).

Но суть не в том, что привело к этой  проблеме,  а как ее решить.
Проблема известна Мелкософту (http://support.microsoft.com/kb/946040), но адекватного решения я не нашел -- патч не желает накатываться на Visual Studio 2008 Express -- мотивируя тем что "None of the products that are addressed by this software update are installed on this computer. Click Cancel to exit setup." А что ему хочется фиксить, я так и не понял. Кстати, по отзвукам от пользователей этот патч не смог побороть проблемы в Visual Studio C/C++ 2008, а иногда такая проблема возникает и у Visual Studio C/C++ 2005.
Неужто нас так заставляют переползать на Visual Studio 2010 - Visual Studio 2012?

Из описания следует, что проблема в Mspdbcore.dll и фикс должен установить файлы версии 9.0.21022.37 с размером 288256 для x32 или 396800 для x64.

У меня же стоит версия Mspdbcore.dll 9.0.30729.1 с размером 288768 x32.
Т.е. Мелкософт целеноправельно предлагает откатиться на более старую версию.

Распаковать VS90-KB946040.exe мне с первого захода удалось до VS90-KB946040.msp, где храняться нужные мне файлы, до дальше распаковать не получилось :(...

Пришлось искать на просторах интернета другой Mspdbcore.dll.

Нашел Mspdbcore.dll 8.0.50727.42 (http://yadi.sk/d/U83nD7nS3IjnK) подложил его в "C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\" предварительно сделал резервную копию.
И вуаля :-) Компиляция прошла без проблем :-))))

Но меня все же жаба душила, что эта версия Mspdbcore.dll от Visual C/C++ 2005 и она явна не рекомендована для Visual C/C++ 2008 -- пришлось все же распатронить прааааативный msp.

Наткнулся на забавную статью http://qwers.com/Poleznie-soveti-dlja-Windows7/Interfeis/intvza19.htm
Но самого файла MSI Extractor там не оказалось :(((
Пришлось продолжнить поиски и скачать и установить наверно штук 20 различных утилит, которые были либо абсолютно бесполезными либо были троянцами :((
В результате я наткнулся на
http://superuser.com/questions/307678/how-to-extract-files-from-msi-package
http://blogs.msdn.com/b/heaths/archive/2006/04/07/571138.aspx
и наконец на 
https://skydrive.live.com/?cid=9415f61cbb1a8030&id=9415F61CBB1A8030!6614
(ссылки привожу в знак уважения к авторам)

В результате мне удалось скачать MsiX (http://yadi.sk/d/18bE_K_G3Inz0)
и с грехом пополам распаковать ненавистный VS90-KB946040.msp
В результате я получил два файла (после рекурсивной распаковки парочкой различных утилит, анализа файлов и переименования в удобопонятный вид)
21.12.2007  05:35           288 256 mspdbcore.dll
21.12.2007  05:41           396 800 mspdbcore.dll
Файлы выложил сюда (http://yadi.sk/d/sYWvIBgc3InzK)

Далее файл mspdbcore.dll я положил  "C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\" и пошел проверять компиляцию...
ВАШУ МАШУ!!! %\
%&^%&^%*&%^#@&*%^$^%^@#%$^#%@*&%$@#&$^!!!
Мало того что вернулась проблема
f:\...\proc.c(11) : error C2471: cannot update program database 'f:\...\debug\vc90.idb'
так еще появилась новая:
f:\...\signals.c : fatal error C1090: PDB API call failed, error code '23' : '(

Срочно меняю mspdbcore.dll обратно на 8.0.50727.42
%^&%&*%^*&^%&^
C1090 пропала, но C2471 осталась :(((
При этом файл vc90.idb и mspdbcore.dll лочатся до перезагрузки системы  :((( Вывод: mspdbcore.dll падает :(((
Меняю на 9.0.30729.1 => C2471, но файлы vc90.idb и mspdbcore.dll не лочатся :(((

Меняю на 9.0.21022.37 => C2471 и C1090, но файлы vc90.idb и mspdbcore.dll не лочатся :(((
Меняю на 8.0.50727.42 => свежая C1033
f:\...\signals.c : fatal error C1033: cannot open program database 'f:\...\debug\vc90.idb'

f:\...\thread.c : fatal error C1033: cannot open program database 'f:\...\debug\vc90.idb'
o:\...\applink.c : fatal error C1033: cannot open program database 'f:\...\debug\vc90.idb'
т.к. пол проекта было скомпилировано без ошибок, то вывод mspdbcore.dll падает после полусотни исходников, лочит vc90.idb, лочится сам и после этого компиляция невозможна :(((

Как возможное решение для ленивых, заменить параметр создания дебаг информации (Project\Properties\Configuration Properties\C/C++\General\Debug information format: /ZI на /Zi в режиме Debug (а режиме Release он и так стоит)), но мы то простых путей не ищем %)

[to be continued]


Да кстати, маленький совет -- после замены DLL перезагружайте систему и удаляйте все в директория Debug и Release, а также "ненужные" самосозданные файлы.

Выводы:
1) ЛУЧШЕЕ ВРАГ ХОРОШЕГО!!!
2) Я уже не уверен, что (ну почти) коммерческий Visual Studio менее глюкав, чем абсолютно бесплатный MinGW
3) Если все работает, то ничего не трогай (с) бородатый анекдот про программиста и его сына









четверг, 14 марта 2013 г.

Visual C/C++ x32 vs Visual C/C++ x64 vs MinGW x32

Оказывается у меня появились постоянные подписчики :)

После одного из комментариев  у меня появилась идея протестировать на производительность код, собираемый разными компиляторами под Windows.

Задача: Выяснить, возможно ли без потери производительности использовать ГНУтые компиляторы для высокопроизводительных коммерческих задач под Windows.

Дано:
1) MinGW 4.4.0
2) Visual C/C++ 2008SP1 (из Visual Studio 2008 Express)
3) x64 компилятор из Windows SDK v7.0 (http://en.wikipedia.org/wiki/Microsoft_Windows_SDK, http://www.microsoft.com/en-us/download/details.aspx?id=18950)

---8<---- РЕМАРКА ---8<----
То, как я устанавливал сначала Visual C/C++ 2008SP1 (вместе с SP1) это отдельная песня -- везде лежит Visual C/C++ 2008 Express без SP, и отдельно SP1, который встает только на версии НЕ Express.

Где-то (так и не понял, да и не помню где) раздобыл web инсталлятор
2 728 440 vcsetup.exe
он и содержит Visual C/С++ 2008+SP1
в отличии от
2 701 304 vcsetup.exe
который содержит только Visual C/С++ 2008 без SP1

Далее прыжки с бубнами на накатывании Windows SDK, причем после очередной итерации выползли ошибки при компиляции проектов :(((
---8<---- РЕМАРКА ---8<----

Но это все мелочи -- в результате я скомпилировал один и тот же исходный код Apache Benchmark из полного комплекта Apache 2.2.24 под тремя разными компиляторами 


 136 192 ab_mingw440_win32.exe
  85 504 ab_vs2008_amd64.exe
  72 704 ab_vs2008_win32.exe
При этом IMHO Visual Studio собирал проект раза в 2 быстрее чем QT Creator+MinGW.

А теперь в номера!!! (c)

Тестовый стенд: Ноутбук Acer TimelineX i3-330M RAM 3Gb, Windows7 x64 Home Basic, свап запрещен, канал в интернет 10Mbit, nginx 1.3.33 на 127.0.0.1:80

Win7x64 i3-330M: 60К обращений в 4 трида к localhost@nginx133. Попытка №1
Тест 1 Тест 2 Тест 3 Тест 4 Тест 5 Тест 6 Тест 7 Тест 8 Тест 9 Тест 10 Мин Средн Макс
ab_mingw440_win32.exe 1 379,54 оpеr pеr sеc 1 398,09 оpеr pеr sеc 1 324,43 оpеr pеr sеc 657,12 оpеr pеr sеc 657,91 оpеr pеr sеc 1 402,17 оpеr pеr sеc 923,67 оpеr pеr sеc 616,27 оpеr pеr sеc 658,14 оpеr pеr sеc 1 372,15 оpеr pеr sеc 616,27 -0,21% 1038,949 0,00% 1402,17 -1,06%
ab_vs2008_amd64.exe 1 310,44 оpеr pеr sеc 1 412,47 оpеr pеr sеc 880,73 оpеr pеr sеc 665,88 оpеr pеr sеc 682,79 оpеr pеr sеc 1 417,15 оpеr pеr sеc 668,90 оpеr pеr sеc 617,56 оpеr pеr sеc 667,27 оpеr pеr sеc 1 313,13 оpеr pеr sеc 617,56 0,00% 963,632 -7,25% 1417,15 0,00%
ab_vs2008_win32.exe 1 409,88 оpеr pеr sеc 1 364,85 оpеr pеr sеc 1 399,11 оpеr pеr sеc 616,27 оpеr pеr sеc 667,04 оpеr pеr sеc 1 384,00 оpеr pеr sеc 662,33 оpеr pеr sеc 660,27 оpеr pеr sеc 664,73 оpеr pеr sеc 1 408,85 оpеr pеr sеc 616,27 -0,21% 1023,733 -1,46% 1409,88 -0,51%



Win7x64 i3-330M: 60К обращений в 4 трида к localhost@nginx133. Попытка №2
Тест 1 Тест 2 Тест 3 Тест 4 Тест 5 Тест 6 Тест 7 Тест 8 Тест 9 Тест 10 Мин Средн Макс
ab_mingw440_win32.exe 1 152,21 оpеr pеr sеc 1 233,93 оpеr pеr sеc 1 266,43 оpеr pеr sеc 631,45 оpеr pеr sеc 602,55 оpеr pеr sеc 558,19 оpеr pеr sеc 610,10 оpеr pеr sеc 625,80 оpеr pеr sеc 550,16 оpеr pеr sеc 572,21 оpеr pеr sеc 550,16 -0,27% 780,303 0,00% 1266,43 -2,17%
ab_vs2008_amd64.exe 1 297,18 оpеr pеr sеc 1 260,21 оpеr pеr sеc 559,68 оpеr pеr sеc 551,81 оpеr pеr sеc 621,14 оpеr pеr sеc 576,62 оpеr pеr sеc 611,57 оpеr pеr sеc 602,89 оpеr pеr sеc 605,94 оpеr pеr sеc 559,64 оpеr pеr sеc 551,81 0,00% 724,668 -5,35% 1297,18 0,00%
ab_vs2008_win32.exe 1 242,70 оpеr pеr sеc 1 169,40 оpеr pеr sеc 1 226,06 оpеr pеr sеc 621,24 оpеr pеr sеc 633,31 оpеr pеr sеc 614,30 оpеr pеr sеc 610,11 оpеr pеr sеc 552,25 оpеr pеr sеc 529,96 оpеr pеr sеc 535,94 оpеr pеr sеc 529,96 -3,54% 773,527 -0,65% 1242,7 -3,84%

Win7x64 i3-330M: 60К обращений в 10 тридов к localhost@nginx133
Тест 1 Тест 2 Тест 3 Тест 4 Тест 5 Тест 6 Тест 7 Тест 8 Тест 9 Тест 10 Мин Средн Макс
ab_mingw440_win32.exe 1 345,75 оpеr pеr sеc 649,22 оpеr pеr sеc 624,88 оpеr pеr sеc 1 111,28 оpеr pеr sеc 1 144,01 оpеr pеr sеc 648,48 оpеr pеr sеc 809,03 оpеr pеr sеc 1 394,04 оpеr pеr sеc 625,69 оpеr pеr sеc 646,52 оpеr pеr sеc 624,88 -3,45% 899,89 -3,39% 1394,04 0,00%
ab_vs2008_amd64.exe 1 274,83 оpеr pеr sеc 648,92 оpеr pеr sеc 655,22 оpеr pеr sеc 1 385,00 оpеr pеr sеc 652,66 оpеr pеr sеc 646,19 оpеr pеr sеc 1 341,99 оpеr pеr sеc 684,25 оpеr pеr sеc 659,04 оpеr pеr sеc 1 366,79 оpеr pеr sеc 646,19 0,00% 931,489 -0,35% 1385 -0,64%
ab_vs2008_win32.exe 1 375,10 оpеr pеr sеc 648,70 оpеr pеr sеc 641,77 оpеr pеr sеc 1 338,72 оpеr pеr sеc 644,24 оpеr pеr sеc 629,18 оpеr pеr sеc 1 383,01 оpеr pеr sеc 1 382,51 оpеr pеr sеc 644,14 оpеr pеr sеc 663,93 оpеr pеr sеc 629,18 -2,75% 935,13 0,00% 1383,01 -0,78%




























Win7x64 i3-330M: 60К обращений в 20 тридов к localhost@nginx133
Тест 1Тест 2Тест 3Тест 4Тест 5Тест 6Тест 7Тест 8Тест 9Тест 10МинСреднМакс
ab_mingw440_win32.exe1 329,93 оpеr pеr sеc1 371,66 оpеr pеr sеc1 387,50 оpеr pеr sеc654,44 оpеr pеr sеc1 383,01 оpеr pеr sеc623,36 оpеr pеr sеc656,68 оpеr pеr sеc623,36-2,24%1058,082857-8,43%1387,5-0,32%
ab_vs2008_amd64.exe1 392,02 оpеr pеr sеc1 392,02 оpеr pеr sеc649,03 оpеr pеr sеc1 341,52 оpеr pеr sеc1 241,49 оpеr pеr sеc624,27 оpеr pеr sеc1 379,54 оpеr pеr sеc624,27-2,09%1145,6985710,00%1392,020,00%
ab_vs2008_win32.exe1 367,28 оpеr pеr sеc1 331,31 оpеr pеr sеc680,25 оpеr pеr sеc993,32 оpеr pеr sеc1 379,04 оpеr pеr sеc637,20 оpеr pеr sеc767,08 оpеr pеr sеc637,20,00%1022,211429-11,89%1379,04-0,92%



Win7x64 i3-330M: 500 обращений в 10 тридов к google.ru
Тест 1Тест 2Тест 3Тест 4Тест 5Тест 6Тест 7Тест 8Тест 9Тест 10МинСреднМакс
ab_mingw440_win32.exe3,98 оpеr pеr sеc4,18 оpеr pеr sеc3,99 оpеr pеr sеc3,92 оpеr pеr sеc3,89 оpеr pеr sеc3,890,00%3,9920,00%4,180,00%
ab_vs2008_amd64.exe4,23 оpеr pеr sеc3,95 оpеr pеr sеc3,37 оpеr pеr sеc3,75 оpеr pеr sеc3,97 оpеr pеr sеc3,37-0,08%3,854-0,01%4,230,00%
ab_vs2008_win32.exe3,74 оpеr pеr sеc3,90 оpеr pеr sеc3,68 оpеr pеr sеc3,84 оpеr pеr sеc3,88 оpеr pеr sеc3,68-0,03%3,808-0,02%3,9-0,02%

































WinXPx32@VirtualBox: 500 обращений в 10 тридов к google.ru
Тест 1 Тест 2 Тест 3 Тест 4 Тест 5 Тест 6 Тест 7 Тест 8 Тест 9 Тест 10 Мин Средн Макс
ab_mingw440_win32.exe 2,25 оpеr pеr sеc 2,05 оpеr pеr sеc 3,31 оpеr pеr sеc 3,31 оpеr pеr sеc 2,58 оpеr pеr sеc 2,05 -0,06% 2,7 0,00% 3,31 0,00%
ab_vs2008_win32.exe 2,44 оpеr pеr sеc 2,59 оpеr pеr sеc 2,58 оpеr pеr sеc 2,49 оpеr pеr sеc 2,69 оpеr pеr sеc 2,44 0,00% 2,558 -0,01% 2,69 -0,04%


Выводы:
0: На ноутбуке нельзя проводить производственное тестирование, т.к. он живет своей собственной жизнью даже при отключенных энергосберегающих опциях!!!
1: Все три скомпилированных кода работают примерно одинаково (погрешность менее 1-5-10%)
2: Код скомпилированный MinGW хотя и больше по размеру, но не уступает по производительности коду скомпилированному Visual C/C++ (а иногда и выигрывает (незначительно, но выигрывает!!! :))) ))
3: Переход на компилятор x64 не оправдан для программ использующих менее 2GB RAM ни по производительности скомпилированного кода, ни по количеству танцев с бубнами.

Я выкладываю результаты своих изысканий (http://yadi.sk/d/u2E9NRpg3HJ-E):
1) Исходники с проектными файлами для QT+Mingw, Visual Studio
2) Откомпилированные exe-шники (VS2008x32, VS2008x64, MinGWx32)
3) Результаты тестов в txt и xls форматах

Крайне поучительно будет взглянуть на
1) Настройки QT+Mingw, Visual Studio для компиляции исходников Apache
2) Особенности настройки проектных файлов .pro для QT Creator
3) Особенности написания .bat файлов для замены функций Linux под Windows ;)

Я был бы признателен, если бы кто-нибудь взял бы на себе тяжкий труд по тестированию производительности на десктопной/серверной машине данных программ при этом переключаясь между несколькими OS: WindowsXPx32, Windows7x64, Linux32, Linux64, а затем бы поделился результатами.


пятница, 9 ноября 2012 г.

QT: Visual C/C++ 2010 vs Mingw

Давайте сравним результат нашего творчества:


mingwrt-3.15.2-mingw32-dev + gcc-c++-4.4.0-mingw32-bin + QT 4.7.3
QtCore4                            dll│2492 K


QtGui4                             dll│9619 K
QtNetwork4                         dll│1181 K
securesocketclient                 exe│104448
13 715 968 bytes in 4 files

Visual C/C++ 2010 + QT 4.8.3 Debug

msvcp100d                          dll│743248
msvcr100d                          dll│1464 K
QtCored4                           dll│4385 K
QtGuid4                            dll│  14 M
QtNetworkd4                        dll│1742 K
securesocketclient4                exe│173056


23 563 936 bytes in 6 files



Visual C/C++ 2010 + QT 4.8.3 Release

msvcp100                           dll│421200
msvcr100                           dll│770384
QtCore4                            dll│2516 K
QtGui4                             dll│8370 K
QtNetwork4                         dll│1027 K
securesocketclient4                exe│ 82944

13 474 464 bytes in 6 files


Исходя из вышеприведенных результатов Visual C/C++ 2010 генерит менее избыточный код порядка на 15-20% чем Mingw, но с учетом того, что придется таскать еще и библиотеки msvcp100.dll/msvcr100.dll в принципе  то на то и выйдет :(

Осталось лишь проверить, насколько по скорости код Visual C/C++ 2010 быстрее (оптимально оптимизирован на скорость) чем код Mingw.





Visual C++ Express Edition + QT4. Часть 3

вывод, что-то не хватает :(

натравливаем MOC.EXE (Meta-Object Compiler) на файлы *.h (по логике нужно натравить на все файлы). Если результат есть (сформирован файл не нулевой длины), значит этот файл .h содержал МЕТА записи, которые нужно превратить в нормальный вменяемый C/C++:

all_moc.bat
--8<---

for /R "." %%i in (*.h) do (moc.exe "%%~nxi" -o "moc_%%~ni.cpp"
for /R "." %%j in (moc_%%~ni.cpp) do if exist %%~j if "%%~zj" equ "0" del "%%j"
)
exit
--8<---



после чего все полученные файлы moc_*.cpp вставляем в проект.
компилим, получаем ошибку
------ Build started: Project: securesocketclient4, Configuration: Debug Win32 ------
  moc_sslclient.cpp
  moc_certificateinfo.cpp
  Generating Code...
main.obj : error LNK2019: unresolved external symbol "int __cdecl qInitResources_securesocketclient(void)" (?qInitResources_securesocketclient@@YAHXZ) referenced in function _main
D:\VisualC++Projects\securesocketclient4\Debug\securesocketclient4.exe : fatal error LNK1120: 1 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

внимание! теперь самая главная хитрость!!!
rcc.exe -name securesocketclient securesocketclient.qrc -o qrc_securesocketclient.cpp
без выделенной фразы файл qrc_securesocketclient.cpp будет сформирован, но проект не соберется
теперь вставляем qrc_securesocketclient.cpp в проект и компилим.

------ Build started: Project: securesocketclient4, Configuration: Debug Win32 ------
  qrc_securesocketclient.cpp
  securesocketclient4.vcxproj -> D:\VisualC++Projects\securesocketclient4\Debug\securesocketclient4.exe
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

все собралось тип топ, но теперь выполнится ли файл?
Выполнился, но при этом держит черное консольное окно. Надо поправить.
Было:
Стало (аналогично нужно сделат для Release):

Было (для всех)

Стало (для всех)

Компилим, получаем ошибку:
------ Build started: Project: securesocketclient4, Configuration: Release Win32 ------
MSVCRT.lib(crtexew.obj) : error LNK2001: unresolved external symbol _WinMain@16
D:\VisualC++Projects\securesocketclient4\Release\securesocketclient4.exe : fatal error LNK1120: 1 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Правим точку входа на mainCRTStartup согласно http://www.gamedev.net/topic/617335-compiling-a-qt-project-in-visual-studio/ (http://msdn.microsoft.com/en-us/library/f9t8842e.aspx)
Было (для всех)
Стало (для всех)



------ Build started: Project: securesocketclient4, Configuration: Release Win32 ------
  Generating code
  Finished generating code
  securesocketclient4.vcxproj -> D:\VisualC++Projects\securesocketclient4\Release\securesocketclient4.exe
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

Все работает тип-топ %)))

Так вот в чем была моя ошибка!!!
При установки точки входа в main согласно http://2lx.ru/2009/08/error-lnk2019-unresolved-external-symbol-_winmain16-referenced-in-function-___tmaincrtstartup/ я и напрыгался :((((

 я не дочитал до конца комментарии, в которых и была соль земли :(((


2. Переходим в Project Properties -> Configuration Properties -> Linker -> Advanced и вставляем в свойстве Entry Point имя main-функции (для консольных приложений это main).
А вот это не надо делать.
Entry point указывает на хитрую функцию, которая кроме всего прочего, получает аргументы из командной строки и формирует из них параметры main: argv и argc. envp тоже получает она. Если указать в качестве entry point функцию main, работать программа будет, но вот argv и argc будут, мягко говоря, недействительными.

Что собственно и приводило к тому, что в argc было 32 вместо 1, argv указывал непонятно куда...

Visual C++ Express Edition + QT4. Часть 2

Продолжаем извращения :)

После компиляции остались ошибки:

------ Build started: Project: securesocketclient4, Configuration: Debug Win32 ------
  sslclient.cpp
d:\visualc++projects\securesocketclient4\src\sslclient.cpp(43): fatal error C1083: Cannot open include file: 'ui_sslclient.h': No such file or directory
  certificateinfo.cpp
d:\visualc++projects\securesocketclient4\src\certificateinfo.cpp(42): fatal error C1083: Cannot open include file: 'ui_certificateinfo.h': No such file or directory
  Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


Файлы ui_*.h получаются путем запуска  uic.exe на файлы *.ui

all_ui.bat
---8<---

for /R "." %%i in (*.ui) do uic.exe "%%~nxi" -o "ui_%%~ni.h"
exit

---8<---




Результат

>all_ui.bat
>for /R "." %i in (*.ui) do uic.exe "%~nxi" -o "ui_%~ni.h"
>uic.exe "certificateinfo.ui" -o "ui_certificateinfo.h"
>uic.exe "sslclient.ui" -o "ui_sslclient.h"
>uic.exe "sslerrors.ui" -o "ui_sslerrors.h"
>exit


Опять компилим:

------ Build started: Project: securesocketclient4, Configuration: Debug Win32 ------
  sslclient.cpp
  certificateinfo.cpp
  Generating Code...
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QDialog::~QDialog(void)" (__imp_??1QDialog@@UAE@XZ) referenced in function __unwindfunclet$??0CertificateInfo@@QAE@PAVQWidget@@@Z$0
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QDialog::~QDialog(void)" (__imp_??1QDialog@@UAE@XZ)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static bool __cdecl QObject::connect(class QObject const *,char const *,class QObject const *,char const *,enum Qt::ConnectionType)" (__imp_?connect@QObject@@SA_NPBV1@PBD01W4ConnectionType@Qt@@@Z) referenced in function "public: __thiscall CertificateInfo::CertificateInfo(class QWidget *)" (??0CertificateInfo@@QAE@PAVQWidget@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static bool __cdecl QObject::connect(class QObject const *,char const *,class QObject const *,char const *,enum Qt::ConnectionType)" (__imp_?connect@QObject@@SA_NPBV1@PBD01W4ConnectionType@Qt@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) char const * __cdecl qFlagLocation(char const *)" (__imp_?qFlagLocation@@YAPBDPBD@Z) referenced in function "public: __thiscall CertificateInfo::CertificateInfo(class QWidget *)" (??0CertificateInfo@@QAE@PAVQWidget@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) char const * __cdecl qFlagLocation(char const *)" (__imp_?qFlagLocation@@YAPBDPBD@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QDialog::QDialog(class QWidget *,class QFlags<enum Qt::WindowType>)" (__imp_??0QDialog@@QAE@PAVQWidget@@V?$QFlags@W4WindowType@Qt@@@@@Z) referenced in function "public: __thiscall CertificateInfo::CertificateInfo(class QWidget *)" (??0CertificateInfo@@QAE@PAVQWidget@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall QDialog::QDialog(class QWidget *,class QFlags<enum Qt::WindowType>)" (__imp_??0QDialog@@QAE@PAVQWidget@@V?$QFlags@W4WindowType@Qt@@@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall CertificateInfo::metaObject(void)const " (?metaObject@CertificateInfo@@UBEPBUQMetaObject@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall CertificateInfo::qt_metacast(char const *)" (?qt_metacast@CertificateInfo@@UAEPAXPBD@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CertificateInfo::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@CertificateInfo@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QWidget::event(class QEvent *)" (?event@QWidget@@MAE_NPAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QWidget::event(class QEvent *)" (?event@QWidget@@MAE_NPAVQEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QDialog::eventFilter(class QObject *,class QEvent *)" (?eventFilter@QDialog@@MAE_NPAVQObject@@PAVQEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QObject::timerEvent(class QTimerEvent *)" (?timerEvent@QObject@@MAEXPAVQTimerEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QObject::timerEvent(class QTimerEvent *)" (?timerEvent@QObject@@MAEXPAVQTimerEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QObject::childEvent(class QChildEvent *)" (?childEvent@QObject@@MAEXPAVQChildEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QObject::childEvent(class QChildEvent *)" (?childEvent@QObject@@MAEXPAVQChildEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QObject::customEvent(class QEvent *)" (?customEvent@QObject@@MAEXPAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QObject::customEvent(class QEvent *)" (?customEvent@QObject@@MAEXPAVQEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QObject::connectNotify(char const *)" (?connectNotify@QObject@@MAEXPBD@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QObject::connectNotify(char const *)" (?connectNotify@QObject@@MAEXPBD@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QObject::disconnectNotify(char const *)" (?disconnectNotify@QObject@@MAEXPBD@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QObject::disconnectNotify(char const *)" (?disconnectNotify@QObject@@MAEXPBD@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QDialog::setVisible(bool)" (?setVisible@QDialog@@UAEX_N@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QDialog::sizeHint(void)const " (?sizeHint@QDialog@@UBE?AVQSize@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QDialog::minimumSizeHint(void)const " (?minimumSizeHint@QDialog@@UBE?AVQSize@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QWidget::heightForWidth(int)const " (?heightForWidth@QWidget@@UBEHH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QWidget::heightForWidth(int)const " (?heightForWidth@QWidget@@UBEHH@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::mousePressEvent(class QMouseEvent *)" (?mousePressEvent@QWidget@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::mousePressEvent(class QMouseEvent *)" (?mousePressEvent@QWidget@@MAEXPAVQMouseEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::mouseReleaseEvent(class QMouseEvent *)" (?mouseReleaseEvent@QWidget@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::mouseReleaseEvent(class QMouseEvent *)" (?mouseReleaseEvent@QWidget@@MAEXPAVQMouseEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::mouseDoubleClickEvent(class QMouseEvent *)" (?mouseDoubleClickEvent@QWidget@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::mouseDoubleClickEvent(class QMouseEvent *)" (?mouseDoubleClickEvent@QWidget@@MAEXPAVQMouseEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::mouseMoveEvent(class QMouseEvent *)" (?mouseMoveEvent@QWidget@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::mouseMoveEvent(class QMouseEvent *)" (?mouseMoveEvent@QWidget@@MAEXPAVQMouseEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::wheelEvent(class QWheelEvent *)" (?wheelEvent@QWidget@@MAEXPAVQWheelEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::wheelEvent(class QWheelEvent *)" (?wheelEvent@QWidget@@MAEXPAVQWheelEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QDialog::keyPressEvent(class QKeyEvent *)" (?keyPressEvent@QDialog@@MAEXPAVQKeyEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::keyReleaseEvent(class QKeyEvent *)" (?keyReleaseEvent@QWidget@@MAEXPAVQKeyEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::keyReleaseEvent(class QKeyEvent *)" (?keyReleaseEvent@QWidget@@MAEXPAVQKeyEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::focusInEvent(class QFocusEvent *)" (?focusInEvent@QWidget@@MAEXPAVQFocusEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::focusInEvent(class QFocusEvent *)" (?focusInEvent@QWidget@@MAEXPAVQFocusEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::focusOutEvent(class QFocusEvent *)" (?focusOutEvent@QWidget@@MAEXPAVQFocusEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::focusOutEvent(class QFocusEvent *)" (?focusOutEvent@QWidget@@MAEXPAVQFocusEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::enterEvent(class QEvent *)" (?enterEvent@QWidget@@MAEXPAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::enterEvent(class QEvent *)" (?enterEvent@QWidget@@MAEXPAVQEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::leaveEvent(class QEvent *)" (?leaveEvent@QWidget@@MAEXPAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::leaveEvent(class QEvent *)" (?leaveEvent@QWidget@@MAEXPAVQEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::paintEvent(class QPaintEvent *)" (?paintEvent@QWidget@@MAEXPAVQPaintEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::paintEvent(class QPaintEvent *)" (?paintEvent@QWidget@@MAEXPAVQPaintEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::moveEvent(class QMoveEvent *)" (?moveEvent@QWidget@@MAEXPAVQMoveEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::moveEvent(class QMoveEvent *)" (?moveEvent@QWidget@@MAEXPAVQMoveEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QDialog::resizeEvent(class QResizeEvent *)" (?resizeEvent@QDialog@@MAEXPAVQResizeEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QDialog::closeEvent(class QCloseEvent *)" (?closeEvent@QDialog@@MAEXPAVQCloseEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QDialog::contextMenuEvent(class QContextMenuEvent *)" (?contextMenuEvent@QDialog@@MAEXPAVQContextMenuEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::tabletEvent(class QTabletEvent *)" (?tabletEvent@QWidget@@MAEXPAVQTabletEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::tabletEvent(class QTabletEvent *)" (?tabletEvent@QWidget@@MAEXPAVQTabletEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::actionEvent(class QActionEvent *)" (?actionEvent@QWidget@@MAEXPAVQActionEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::actionEvent(class QActionEvent *)" (?actionEvent@QWidget@@MAEXPAVQActionEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::dragEnterEvent(class QDragEnterEvent *)" (?dragEnterEvent@QWidget@@MAEXPAVQDragEnterEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::dragEnterEvent(class QDragEnterEvent *)" (?dragEnterEvent@QWidget@@MAEXPAVQDragEnterEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::dragMoveEvent(class QDragMoveEvent *)" (?dragMoveEvent@QWidget@@MAEXPAVQDragMoveEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::dragMoveEvent(class QDragMoveEvent *)" (?dragMoveEvent@QWidget@@MAEXPAVQDragMoveEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::dragLeaveEvent(class QDragLeaveEvent *)" (?dragLeaveEvent@QWidget@@MAEXPAVQDragLeaveEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::dragLeaveEvent(class QDragLeaveEvent *)" (?dragLeaveEvent@QWidget@@MAEXPAVQDragLeaveEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::dropEvent(class QDropEvent *)" (?dropEvent@QWidget@@MAEXPAVQDropEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::dropEvent(class QDropEvent *)" (?dropEvent@QWidget@@MAEXPAVQDropEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QDialog::showEvent(class QShowEvent *)" (?showEvent@QDialog@@MAEXPAVQShowEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::hideEvent(class QHideEvent *)" (?hideEvent@QWidget@@MAEXPAVQHideEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::hideEvent(class QHideEvent *)" (?hideEvent@QWidget@@MAEXPAVQHideEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QWidget::winEvent(struct tagMSG *,long *)" (?winEvent@QWidget@@MAE_NPAUtagMSG@@PAJ@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QWidget::winEvent(struct tagMSG *,long *)" (?winEvent@QWidget@@MAE_NPAUtagMSG@@PAJ@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::changeEvent(class QEvent *)" (?changeEvent@QWidget@@MAEXPAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::changeEvent(class QEvent *)" (?changeEvent@QWidget@@MAEXPAVQEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::inputMethodEvent(class QInputMethodEvent *)" (?inputMethodEvent@QWidget@@MAEXPAVQInputMethodEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::inputMethodEvent(class QInputMethodEvent *)" (?inputMethodEvent@QWidget@@MAEXPAVQInputMethodEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QVariant __thiscall QWidget::inputMethodQuery(enum Qt::InputMethodQuery)const " (?inputMethodQuery@QWidget@@UBE?AVQVariant@@W4InputMethodQuery@Qt@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QVariant __thiscall QWidget::inputMethodQuery(enum Qt::InputMethodQuery)const " (?inputMethodQuery@QWidget@@UBE?AVQVariant@@W4InputMethodQuery@Qt@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QWidget::focusNextPrevChild(bool)" (?focusNextPrevChild@QWidget@@MAE_N_N@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QWidget::focusNextPrevChild(bool)" (?focusNextPrevChild@QWidget@@MAE_N_N@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::styleChange(class QStyle &)" (?styleChange@QWidget@@MAEXAAVQStyle@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::styleChange(class QStyle &)" (?styleChange@QWidget@@MAEXAAVQStyle@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::enabledChange(bool)" (?enabledChange@QWidget@@MAEX_N@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::enabledChange(bool)" (?enabledChange@QWidget@@MAEX_N@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::paletteChange(class QPalette const &)" (?paletteChange@QWidget@@MAEXABVQPalette@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::paletteChange(class QPalette const &)" (?paletteChange@QWidget@@MAEXABVQPalette@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::fontChange(class QFont const &)" (?fontChange@QWidget@@MAEXABVQFont@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::fontChange(class QFont const &)" (?fontChange@QWidget@@MAEXABVQFont@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::windowActivationChange(bool)" (?windowActivationChange@QWidget@@MAEX_N@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::windowActivationChange(bool)" (?windowActivationChange@QWidget@@MAEX_N@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::languageChange(void)" (?languageChange@QWidget@@MAEXXZ)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::languageChange(void)" (?languageChange@QWidget@@MAEXXZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QDialog::done(int)" (?done@QDialog@@UAEXH@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QDialog::accept(void)" (?accept@QDialog@@UAEXXZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QDialog::reject(void)" (?reject@QDialog@@UAEXXZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QWidget::devType(void)const " (?devType@QWidget@@UBEHXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QWidget::devType(void)const " (?devType@QWidget@@UBEHXZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QPaintEngine * __thiscall QWidget::paintEngine(void)const " (?paintEngine@QWidget@@UBEPAVQPaintEngine@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QPaintEngine * __thiscall QWidget::paintEngine(void)const " (?paintEngine@QWidget@@UBEPAVQPaintEngine@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual struct HDC__ * __thiscall QWidget::getDC(void)const " (?getDC@QWidget@@UBEPAUHDC__@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual struct HDC__ * __thiscall QWidget::getDC(void)const " (?getDC@QWidget@@UBEPAUHDC__@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QWidget::releaseDC(struct HDC__ *)const " (?releaseDC@QWidget@@UBEXPAUHDC__@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QWidget::releaseDC(struct HDC__ *)const " (?releaseDC@QWidget@@UBEXPAUHDC__@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall QWidget::metric(enum QPaintDevice::PaintDeviceMetric)const " (?metric@QWidget@@MBEHW4PaintDeviceMetric@QPaintDevice@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall QWidget::metric(enum QPaintDevice::PaintDeviceMetric)const " (?metric@QWidget@@MBEHW4PaintDeviceMetric@QPaintDevice@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QFont::~QFont(void)" (__imp_??1QFont@@QAE@XZ) referenced in function "public: void __thiscall Ui_CertificateInfo::setupUi(class QDialog *)" (?setupUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void __cdecl QMetaObject::connectSlotsByName(class QObject *)" (__imp_?connectSlotsByName@QMetaObject@@SAXPAVQObject@@@Z) referenced in function "public: void __thiscall Ui_CertificateInfo::setupUi(class QDialog *)" (?setupUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl QMetaObject::connectSlotsByName(class QObject *)" (__imp_?connectSlotsByName@QMetaObject@@SAXPAVQObject@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QBoxLayout::addLayout(class QLayout *,int)" (__imp_?addLayout@QBoxLayout@@QAEXPAVQLayout@@H@Z) referenced in function "public: void __thiscall Ui_CertificateInfo::setupUi(class QDialog *)" (?setupUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall QBoxLayout::addLayout(class QLayout *,int)" (__imp_?addLayout@QBoxLayout@@QAEXPAVQLayout@@H@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QDialogButtonBox::setStandardButtons(class QFlags<enum QDialogButtonBox::StandardButton>)" (__imp_?setStandardButtons@QDialogButtonBox@@QAEXV?$QFlags@W4StandardButton@QDialogButtonBox@@@@@Z) referenced in function "public: void __thiscall Ui_CertificateInfo::setupUi(class QDialog *)" (?setupUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QDialogButtonBox::QDialogButtonBox(class QWidget *)" (__imp_??0QDialogButtonBox@@QAE@PAVQWidget@@@Z) referenced in function "public: void __thiscall Ui_CertificateInfo::setupUi(class QDialog *)" (?setupUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QSpacerItem::QSpacerItem(int,int,enum QSizePolicy::Policy,enum QSizePolicy::Policy)" (__imp_??0QSpacerItem@@QAE@HHW4Policy@QSizePolicy@@0@Z) referenced in function "public: void __thiscall Ui_CertificateInfo::setupUi(class QDialog *)" (?setupUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall QSpacerItem::QSpacerItem(int,int,enum QSizePolicy::Policy,enum QSizePolicy::Policy)" (__imp_??0QSpacerItem@@QAE@HHW4Policy@QSizePolicy@@0@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QHBoxLayout::QHBoxLayout(void)" (__imp_??0QHBoxLayout@@QAE@XZ) referenced in function "public: void __thiscall Ui_CertificateInfo::setupUi(class QDialog *)" (?setupUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall QHBoxLayout::QHBoxLayout(void)" (__imp_??0QHBoxLayout@@QAE@XZ)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QListView::setWordWrap(bool)" (__imp_?setWordWrap@QListView@@QAEX_N@Z) referenced in function "public: void __thiscall Ui_CertificateInfo::setupUi(class QDialog *)" (?setupUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall QListView::setWordWrap(bool)" (__imp_?setWordWrap@QListView@@QAEX_N@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QWidget::setFont(class QFont const &)" (__imp_?setFont@QWidget@@QAEXABVQFont@@@Z) referenced in function "public: void __thiscall Ui_CertificateInfo::setupUi(class QDialog *)" (?setupUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QFont::setPointSize(int)" (__imp_?setPointSize@QFont@@QAEXH@Z) referenced in function "public: void __thiscall Ui_CertificateInfo::setupUi(class QDialog *)" (?setupUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QFont::QFont(void)" (__imp_??0QFont@@QAE@XZ) referenced in function "public: void __thiscall Ui_CertificateInfo::setupUi(class QDialog *)" (?setupUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QListWidget::QListWidget(class QWidget *)" (__imp_??0QListWidget@@QAE@PAVQWidget@@@Z) referenced in function "public: void __thiscall Ui_CertificateInfo::setupUi(class QDialog *)" (?setupUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall QListWidget::QListWidget(class QWidget *)" (__imp_??0QListWidget@@QAE@PAVQWidget@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QComboBox::setMinimumContentsLength(int)" (__imp_?setMinimumContentsLength@QComboBox@@QAEXH@Z) referenced in function "public: void __thiscall Ui_CertificateInfo::setupUi(class QDialog *)" (?setupUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QComboBox::QComboBox(class QWidget *)" (__imp_??0QComboBox@@QAE@PAVQWidget@@@Z) referenced in function "public: void __thiscall Ui_CertificateInfo::setupUi(class QDialog *)" (?setupUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QBoxLayout::addWidget(class QWidget *,int,class QFlags<enum Qt::AlignmentFlag>)" (__imp_?addWidget@QBoxLayout@@QAEXPAVQWidget@@HV?$QFlags@W4AlignmentFlag@Qt@@@@@Z) referenced in function "public: void __thiscall Ui_CertificateInfo::setupUi(class QDialog *)" (?setupUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall QBoxLayout::addWidget(class QWidget *,int,class QFlags<enum Qt::AlignmentFlag>)" (__imp_?addWidget@QBoxLayout@@QAEXPAVQWidget@@HV?$QFlags@W4AlignmentFlag@Qt@@@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QLabel::QLabel(class QWidget *,class QFlags<enum Qt::WindowType>)" (__imp_??0QLabel@@QAE@PAVQWidget@@V?$QFlags@W4WindowType@Qt@@@@@Z) referenced in function "public: void __thiscall Ui_CertificateInfo::setupUi(class QDialog *)" (?setupUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall QLabel::QLabel(class QWidget *,class QFlags<enum Qt::WindowType>)" (__imp_??0QLabel@@QAE@PAVQWidget@@V?$QFlags@W4WindowType@Qt@@@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QLayout::setSizeConstraint(enum QLayout::SizeConstraint)" (__imp_?setSizeConstraint@QLayout@@QAEXW4SizeConstraint@1@@Z) referenced in function "public: void __thiscall Ui_CertificateInfo::setupUi(class QDialog *)" (?setupUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QVBoxLayout::QVBoxLayout(class QWidget *)" (__imp_??0QVBoxLayout@@QAE@PAVQWidget@@@Z) referenced in function "public: void __thiscall Ui_CertificateInfo::setupUi(class QDialog *)" (?setupUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall QVBoxLayout::QVBoxLayout(class QWidget *)" (__imp_??0QVBoxLayout@@QAE@PAVQWidget@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QWidget::resize(int,int)" (__imp_?resize@QWidget@@QAEXHH@Z) referenced in function "public: void __thiscall Ui_CertificateInfo::setupUi(class QDialog *)" (?setupUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall QWidget::resize(int,int)" (__imp_?resize@QWidget@@QAEXHH@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QObject::setObjectName(class QString const &)" (__imp_?setObjectName@QObject@@QAEXABVQString@@@Z) referenced in function "public: void __thiscall Ui_CertificateInfo::setupUi(class QDialog *)" (?setupUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall QObject::setObjectName(class QString const &)" (__imp_?setObjectName@QObject@@QAEXABVQString@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class QString __cdecl QString::fromUtf8(char const *,int)" (__imp_?fromUtf8@QString@@SA?AV1@PBDH@Z) referenced in function "public: void __thiscall Ui_CertificateInfo::setupUi(class QDialog *)" (?setupUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class QString __cdecl QString::fromUtf8(char const *,int)" (__imp_?fromUtf8@QString@@SA?AV1@PBDH@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QString::~QString(void)" (__imp_??1QString@@QAE@XZ) referenced in function "public: void __thiscall Ui_CertificateInfo::setupUi(class QDialog *)" (?setupUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall QString::~QString(void)" (__imp_??1QString@@QAE@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall QString::~QString(void)" (__imp_??1QString@@QAE@XZ)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall QString::isEmpty(void)const " (__imp_?isEmpty@QString@@QBE_NXZ) referenced in function "public: void __thiscall Ui_CertificateInfo::setupUi(class QDialog *)" (?setupUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall QString::isEmpty(void)const " (__imp_?isEmpty@QString@@QBE_NXZ)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QString __thiscall QObject::objectName(void)const " (__imp_?objectName@QObject@@QBE?AVQString@@XZ) referenced in function "public: void __thiscall Ui_CertificateInfo::setupUi(class QDialog *)" (?setupUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class QString __thiscall QObject::objectName(void)const " (__imp_?objectName@QObject@@QBE?AVQString@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QVBoxLayout::metaObject(void)const " (?metaObject@QVBoxLayout@@UBEPBUQMetaObject@@XZ)
sslclient.obj : error LNK2019: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QVBoxLayout::metaObject(void)const " (?metaObject@QVBoxLayout@@UBEPBUQMetaObject@@XZ) referenced in function "public: void __thiscall Ui_Form::setupUi(class QWidget *)" (?setupUi@Ui_Form@@QAEXPAVQWidget@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QVBoxLayout::qt_metacast(char const *)" (?qt_metacast@QVBoxLayout@@UAEPAXPBD@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QVBoxLayout::qt_metacast(char const *)" (?qt_metacast@QVBoxLayout@@UAEPAXPBD@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QVBoxLayout::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QVBoxLayout@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QVBoxLayout::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QVBoxLayout@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall QObject::event(class QEvent *)" (?event@QObject@@UAE_NPAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall QObject::event(class QEvent *)" (?event@QObject@@UAE_NPAVQEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall QObject::eventFilter(class QObject *,class QEvent *)" (?eventFilter@QObject@@UAE_NPAV1@PAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall QObject::eventFilter(class QObject *,class QEvent *)" (?eventFilter@QObject@@UAE_NPAV1@PAVQEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLayout::childEvent(class QChildEvent *)" (?childEvent@QLayout@@MAEXPAVQChildEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLayout::childEvent(class QChildEvent *)" (?childEvent@QLayout@@MAEXPAVQChildEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QBoxLayout::addItem(class QLayoutItem *)" (?addItem@QBoxLayout@@UAEXPAVQLayoutItem@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QBoxLayout::addItem(class QLayoutItem *)" (?addItem@QBoxLayout@@UAEXPAVQLayoutItem@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QLayoutItem * __thiscall QBoxLayout::itemAt(int)const " (?itemAt@QBoxLayout@@UBEPAVQLayoutItem@@H@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QLayoutItem * __thiscall QBoxLayout::itemAt(int)const " (?itemAt@QBoxLayout@@UBEPAVQLayoutItem@@H@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QLayoutItem * __thiscall QBoxLayout::takeAt(int)" (?takeAt@QBoxLayout@@UAEPAVQLayoutItem@@H@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QLayoutItem * __thiscall QBoxLayout::takeAt(int)" (?takeAt@QBoxLayout@@UAEPAVQLayoutItem@@H@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QLayout::indexOf(class QWidget *)const " (?indexOf@QLayout@@UBEHPAVQWidget@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QLayout::indexOf(class QWidget *)const " (?indexOf@QLayout@@UBEHPAVQWidget@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QBoxLayout::count(void)const " (?count@QBoxLayout@@UBEHXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QBoxLayout::count(void)const " (?count@QBoxLayout@@UBEHXZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QBoxLayout::sizeHint(void)const " (?sizeHint@QBoxLayout@@UBE?AVQSize@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QBoxLayout::sizeHint(void)const " (?sizeHint@QBoxLayout@@UBE?AVQSize@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QBoxLayout::minimumSize(void)const " (?minimumSize@QBoxLayout@@UBE?AVQSize@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QBoxLayout::minimumSize(void)const " (?minimumSize@QBoxLayout@@UBE?AVQSize@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QBoxLayout::maximumSize(void)const " (?maximumSize@QBoxLayout@@UBE?AVQSize@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QBoxLayout::maximumSize(void)const " (?maximumSize@QBoxLayout@@UBE?AVQSize@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QFlags<enum Qt::Orientation> __thiscall QBoxLayout::expandingDirections(void)const " (?expandingDirections@QBoxLayout@@UBE?AV?$QFlags@W4Orientation@Qt@@@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QFlags<enum Qt::Orientation> __thiscall QBoxLayout::expandingDirections(void)const " (?expandingDirections@QBoxLayout@@UBE?AV?$QFlags@W4Orientation@Qt@@@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QBoxLayout::setGeometry(class QRect const &)" (?setGeometry@QBoxLayout@@UAEXABVQRect@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QBoxLayout::setGeometry(class QRect const &)" (?setGeometry@QBoxLayout@@UAEXABVQRect@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QRect __thiscall QLayout::geometry(void)const " (?geometry@QLayout@@UBE?AVQRect@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QRect __thiscall QLayout::geometry(void)const " (?geometry@QLayout@@UBE?AVQRect@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall QLayout::isEmpty(void)const " (?isEmpty@QLayout@@UBE_NXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall QLayout::isEmpty(void)const " (?isEmpty@QLayout@@UBE_NXZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall QBoxLayout::hasHeightForWidth(void)const " (?hasHeightForWidth@QBoxLayout@@UBE_NXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall QBoxLayout::hasHeightForWidth(void)const " (?hasHeightForWidth@QBoxLayout@@UBE_NXZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QBoxLayout::heightForWidth(int)const " (?heightForWidth@QBoxLayout@@UBEHH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QBoxLayout::heightForWidth(int)const " (?heightForWidth@QBoxLayout@@UBEHH@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QBoxLayout::minimumHeightForWidth(int)const " (?minimumHeightForWidth@QBoxLayout@@UBEHH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QBoxLayout::minimumHeightForWidth(int)const " (?minimumHeightForWidth@QBoxLayout@@UBEHH@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QBoxLayout::invalidate(void)" (?invalidate@QBoxLayout@@UAEXXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QBoxLayout::invalidate(void)" (?invalidate@QBoxLayout@@UAEXXZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QWidget * __thiscall QLayoutItem::widget(void)" (?widget@QLayoutItem@@UAEPAVQWidget@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QWidget * __thiscall QLayoutItem::widget(void)" (?widget@QLayoutItem@@UAEPAVQWidget@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QLayout * __thiscall QLayout::layout(void)" (?layout@QLayout@@UAEPAV1@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QLayout * __thiscall QLayout::layout(void)" (?layout@QLayout@@UAEPAV1@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QSpacerItem * __thiscall QLayoutItem::spacerItem(void)" (?spacerItem@QLayoutItem@@UAEPAVQSpacerItem@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSpacerItem * __thiscall QLayoutItem::spacerItem(void)" (?spacerItem@QLayoutItem@@UAEPAVQSpacerItem@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QLabel::metaObject(void)const " (?metaObject@QLabel@@UBEPBUQMetaObject@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QLabel::metaObject(void)const " (?metaObject@QLabel@@UBEPBUQMetaObject@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QLabel::qt_metacast(char const *)" (?qt_metacast@QLabel@@UAEPAXPBD@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QLabel::qt_metacast(char const *)" (?qt_metacast@QLabel@@UAEPAXPBD@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QLabel::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QLabel@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QLabel::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QLabel@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QLabel::event(class QEvent *)" (?event@QLabel@@MAE_NPAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QLabel::event(class QEvent *)" (?event@QLabel@@MAE_NPAVQEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QWidget::setVisible(bool)" (?setVisible@QWidget@@UAEX_N@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QWidget::setVisible(bool)" (?setVisible@QWidget@@UAEX_N@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QLabel::sizeHint(void)const " (?sizeHint@QLabel@@UBE?AVQSize@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QLabel::sizeHint(void)const " (?sizeHint@QLabel@@UBE?AVQSize@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QLabel::minimumSizeHint(void)const " (?minimumSizeHint@QLabel@@UBE?AVQSize@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QLabel::minimumSizeHint(void)const " (?minimumSizeHint@QLabel@@UBE?AVQSize@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QLabel::heightForWidth(int)const " (?heightForWidth@QLabel@@UBEHH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QLabel::heightForWidth(int)const " (?heightForWidth@QLabel@@UBEHH@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLabel::mousePressEvent(class QMouseEvent *)" (?mousePressEvent@QLabel@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLabel::mousePressEvent(class QMouseEvent *)" (?mousePressEvent@QLabel@@MAEXPAVQMouseEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLabel::mouseReleaseEvent(class QMouseEvent *)" (?mouseReleaseEvent@QLabel@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLabel::mouseReleaseEvent(class QMouseEvent *)" (?mouseReleaseEvent@QLabel@@MAEXPAVQMouseEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLabel::mouseMoveEvent(class QMouseEvent *)" (?mouseMoveEvent@QLabel@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLabel::mouseMoveEvent(class QMouseEvent *)" (?mouseMoveEvent@QLabel@@MAEXPAVQMouseEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLabel::keyPressEvent(class QKeyEvent *)" (?keyPressEvent@QLabel@@MAEXPAVQKeyEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLabel::keyPressEvent(class QKeyEvent *)" (?keyPressEvent@QLabel@@MAEXPAVQKeyEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLabel::focusInEvent(class QFocusEvent *)" (?focusInEvent@QLabel@@MAEXPAVQFocusEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLabel::focusInEvent(class QFocusEvent *)" (?focusInEvent@QLabel@@MAEXPAVQFocusEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLabel::focusOutEvent(class QFocusEvent *)" (?focusOutEvent@QLabel@@MAEXPAVQFocusEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLabel::focusOutEvent(class QFocusEvent *)" (?focusOutEvent@QLabel@@MAEXPAVQFocusEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLabel::paintEvent(class QPaintEvent *)" (?paintEvent@QLabel@@MAEXPAVQPaintEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLabel::paintEvent(class QPaintEvent *)" (?paintEvent@QLabel@@MAEXPAVQPaintEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::resizeEvent(class QResizeEvent *)" (?resizeEvent@QWidget@@MAEXPAVQResizeEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::resizeEvent(class QResizeEvent *)" (?resizeEvent@QWidget@@MAEXPAVQResizeEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::closeEvent(class QCloseEvent *)" (?closeEvent@QWidget@@MAEXPAVQCloseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::closeEvent(class QCloseEvent *)" (?closeEvent@QWidget@@MAEXPAVQCloseEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLabel::contextMenuEvent(class QContextMenuEvent *)" (?contextMenuEvent@QLabel@@MAEXPAVQContextMenuEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLabel::contextMenuEvent(class QContextMenuEvent *)" (?contextMenuEvent@QLabel@@MAEXPAVQContextMenuEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::showEvent(class QShowEvent *)" (?showEvent@QWidget@@MAEXPAVQShowEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::showEvent(class QShowEvent *)" (?showEvent@QWidget@@MAEXPAVQShowEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLabel::changeEvent(class QEvent *)" (?changeEvent@QLabel@@MAEXPAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLabel::changeEvent(class QEvent *)" (?changeEvent@QLabel@@MAEXPAVQEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QLabel::focusNextPrevChild(bool)" (?focusNextPrevChild@QLabel@@MAE_N_N@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QLabel::focusNextPrevChild(bool)" (?focusNextPrevChild@QLabel@@MAE_N_N@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QComboBox::metaObject(void)const " (?metaObject@QComboBox@@UBEPBUQMetaObject@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QComboBox::qt_metacast(char const *)" (?qt_metacast@QComboBox@@UAEPAXPBD@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QComboBox::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QComboBox@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall QComboBox::event(class QEvent *)" (?event@QComboBox@@UAE_NPAVQEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QComboBox::sizeHint(void)const " (?sizeHint@QComboBox@@UBE?AVQSize@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QComboBox::minimumSizeHint(void)const " (?minimumSizeHint@QComboBox@@UBE?AVQSize@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QComboBox::mousePressEvent(class QMouseEvent *)" (?mousePressEvent@QComboBox@@MAEXPAVQMouseEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QComboBox::mouseReleaseEvent(class QMouseEvent *)" (?mouseReleaseEvent@QComboBox@@MAEXPAVQMouseEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QComboBox::wheelEvent(class QWheelEvent *)" (?wheelEvent@QComboBox@@MAEXPAVQWheelEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QComboBox::keyPressEvent(class QKeyEvent *)" (?keyPressEvent@QComboBox@@MAEXPAVQKeyEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QComboBox::keyReleaseEvent(class QKeyEvent *)" (?keyReleaseEvent@QComboBox@@MAEXPAVQKeyEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QComboBox::focusInEvent(class QFocusEvent *)" (?focusInEvent@QComboBox@@MAEXPAVQFocusEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QComboBox::focusOutEvent(class QFocusEvent *)" (?focusOutEvent@QComboBox@@MAEXPAVQFocusEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QComboBox::paintEvent(class QPaintEvent *)" (?paintEvent@QComboBox@@MAEXPAVQPaintEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QComboBox::resizeEvent(class QResizeEvent *)" (?resizeEvent@QComboBox@@MAEXPAVQResizeEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QComboBox::contextMenuEvent(class QContextMenuEvent *)" (?contextMenuEvent@QComboBox@@MAEXPAVQContextMenuEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QComboBox::showEvent(class QShowEvent *)" (?showEvent@QComboBox@@MAEXPAVQShowEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QComboBox::hideEvent(class QHideEvent *)" (?hideEvent@QComboBox@@MAEXPAVQHideEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QComboBox::changeEvent(class QEvent *)" (?changeEvent@QComboBox@@MAEXPAVQEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QComboBox::inputMethodEvent(class QInputMethodEvent *)" (?inputMethodEvent@QComboBox@@MAEXPAVQInputMethodEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual class QVariant __thiscall QComboBox::inputMethodQuery(enum Qt::InputMethodQuery)const " (?inputMethodQuery@QComboBox@@MBE?AVQVariant@@W4InputMethodQuery@Qt@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QComboBox::showPopup(void)" (?showPopup@QComboBox@@UAEXXZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QComboBox::hidePopup(void)" (?hidePopup@QComboBox@@UAEXXZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QListWidget::metaObject(void)const " (?metaObject@QListWidget@@UBEPBUQMetaObject@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QListWidget::metaObject(void)const " (?metaObject@QListWidget@@UBEPBUQMetaObject@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QListWidget::qt_metacast(char const *)" (?qt_metacast@QListWidget@@UAEPAXPBD@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QListWidget::qt_metacast(char const *)" (?qt_metacast@QListWidget@@UAEPAXPBD@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QListWidget::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QListWidget@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QListWidget::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QListWidget@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QListWidget::event(class QEvent *)" (?event@QListWidget@@MAE_NPAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QListWidget::event(class QEvent *)" (?event@QListWidget@@MAE_NPAVQEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::timerEvent(class QTimerEvent *)" (?timerEvent@QListView@@MAEXPAVQTimerEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::timerEvent(class QTimerEvent *)" (?timerEvent@QListView@@MAEXPAVQTimerEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QAbstractScrollArea::sizeHint(void)const " (?sizeHint@QAbstractScrollArea@@UBE?AVQSize@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QAbstractScrollArea::sizeHint(void)const " (?sizeHint@QAbstractScrollArea@@UBE?AVQSize@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QAbstractScrollArea::minimumSizeHint(void)const " (?minimumSizeHint@QAbstractScrollArea@@UBE?AVQSize@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QAbstractScrollArea::minimumSizeHint(void)const " (?minimumSizeHint@QAbstractScrollArea@@UBE?AVQSize@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::mousePressEvent(class QMouseEvent *)" (?mousePressEvent@QAbstractItemView@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::mousePressEvent(class QMouseEvent *)" (?mousePressEvent@QAbstractItemView@@MAEXPAVQMouseEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::mouseReleaseEvent(class QMouseEvent *)" (?mouseReleaseEvent@QListView@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::mouseReleaseEvent(class QMouseEvent *)" (?mouseReleaseEvent@QListView@@MAEXPAVQMouseEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::mouseDoubleClickEvent(class QMouseEvent *)" (?mouseDoubleClickEvent@QAbstractItemView@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::mouseDoubleClickEvent(class QMouseEvent *)" (?mouseDoubleClickEvent@QAbstractItemView@@MAEXPAVQMouseEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::mouseMoveEvent(class QMouseEvent *)" (?mouseMoveEvent@QListView@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::mouseMoveEvent(class QMouseEvent *)" (?mouseMoveEvent@QListView@@MAEXPAVQMouseEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractScrollArea::wheelEvent(class QWheelEvent *)" (?wheelEvent@QAbstractScrollArea@@MAEXPAVQWheelEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractScrollArea::wheelEvent(class QWheelEvent *)" (?wheelEvent@QAbstractScrollArea@@MAEXPAVQWheelEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::keyPressEvent(class QKeyEvent *)" (?keyPressEvent@QAbstractItemView@@MAEXPAVQKeyEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::keyPressEvent(class QKeyEvent *)" (?keyPressEvent@QAbstractItemView@@MAEXPAVQKeyEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::focusInEvent(class QFocusEvent *)" (?focusInEvent@QAbstractItemView@@MAEXPAVQFocusEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::focusInEvent(class QFocusEvent *)" (?focusInEvent@QAbstractItemView@@MAEXPAVQFocusEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::focusOutEvent(class QFocusEvent *)" (?focusOutEvent@QAbstractItemView@@MAEXPAVQFocusEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::focusOutEvent(class QFocusEvent *)" (?focusOutEvent@QAbstractItemView@@MAEXPAVQFocusEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::paintEvent(class QPaintEvent *)" (?paintEvent@QListView@@MAEXPAVQPaintEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::paintEvent(class QPaintEvent *)" (?paintEvent@QListView@@MAEXPAVQPaintEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::resizeEvent(class QResizeEvent *)" (?resizeEvent@QListView@@MAEXPAVQResizeEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::resizeEvent(class QResizeEvent *)" (?resizeEvent@QListView@@MAEXPAVQResizeEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractScrollArea::contextMenuEvent(class QContextMenuEvent *)" (?contextMenuEvent@QAbstractScrollArea@@MAEXPAVQContextMenuEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractScrollArea::contextMenuEvent(class QContextMenuEvent *)" (?contextMenuEvent@QAbstractScrollArea@@MAEXPAVQContextMenuEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::dragEnterEvent(class QDragEnterEvent *)" (?dragEnterEvent@QAbstractItemView@@MAEXPAVQDragEnterEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::dragEnterEvent(class QDragEnterEvent *)" (?dragEnterEvent@QAbstractItemView@@MAEXPAVQDragEnterEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::dragMoveEvent(class QDragMoveEvent *)" (?dragMoveEvent@QListView@@MAEXPAVQDragMoveEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::dragMoveEvent(class QDragMoveEvent *)" (?dragMoveEvent@QListView@@MAEXPAVQDragMoveEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::dragLeaveEvent(class QDragLeaveEvent *)" (?dragLeaveEvent@QListView@@MAEXPAVQDragLeaveEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::dragLeaveEvent(class QDragLeaveEvent *)" (?dragLeaveEvent@QListView@@MAEXPAVQDragLeaveEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QListWidget::dropEvent(class QDropEvent *)" (?dropEvent@QListWidget@@UAEXPAVQDropEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QListWidget::dropEvent(class QDropEvent *)" (?dropEvent@QListWidget@@UAEXPAVQDropEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QFrame::changeEvent(class QEvent *)" (?changeEvent@QFrame@@MAEXPAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QFrame::changeEvent(class QEvent *)" (?changeEvent@QFrame@@MAEXPAVQEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::inputMethodEvent(class QInputMethodEvent *)" (?inputMethodEvent@QAbstractItemView@@MAEXPAVQInputMethodEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::inputMethodEvent(class QInputMethodEvent *)" (?inputMethodEvent@QAbstractItemView@@MAEXPAVQInputMethodEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QVariant __thiscall QAbstractItemView::inputMethodQuery(enum Qt::InputMethodQuery)const " (?inputMethodQuery@QAbstractItemView@@UBE?AVQVariant@@W4InputMethodQuery@Qt@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QVariant __thiscall QAbstractItemView::inputMethodQuery(enum Qt::InputMethodQuery)const " (?inputMethodQuery@QAbstractItemView@@UBE?AVQVariant@@W4InputMethodQuery@Qt@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QAbstractItemView::focusNextPrevChild(bool)" (?focusNextPrevChild@QAbstractItemView@@MAE_N_N@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QAbstractItemView::focusNextPrevChild(bool)" (?focusNextPrevChild@QAbstractItemView@@MAE_N_N@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QAbstractItemView::viewportEvent(class QEvent *)" (?viewportEvent@QAbstractItemView@@MAE_NPAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QAbstractItemView::viewportEvent(class QEvent *)" (?viewportEvent@QAbstractItemView@@MAE_NPAVQEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::scrollContentsBy(int,int)" (?scrollContentsBy@QListView@@MAEXHH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::scrollContentsBy(int,int)" (?scrollContentsBy@QListView@@MAEXHH@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "private: virtual void __thiscall QListWidget::setModel(class QAbstractItemModel *)" (?setModel@QListWidget@@EAEXPAVQAbstractItemModel@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "private: virtual void __thiscall QListWidget::setModel(class QAbstractItemModel *)" (?setModel@QListWidget@@EAEXPAVQAbstractItemModel@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QAbstractItemView::setSelectionModel(class QItemSelectionModel *)" (?setSelectionModel@QAbstractItemView@@UAEXPAVQItemSelectionModel@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QAbstractItemView::setSelectionModel(class QItemSelectionModel *)" (?setSelectionModel@QAbstractItemView@@UAEXPAVQItemSelectionModel@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QAbstractItemView::keyboardSearch(class QString const &)" (?keyboardSearch@QAbstractItemView@@UAEXABVQString@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QAbstractItemView::keyboardSearch(class QString const &)" (?keyboardSearch@QAbstractItemView@@UAEXABVQString@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QRect __thiscall QListView::visualRect(class QModelIndex const &)const " (?visualRect@QListView@@UBE?AVQRect@@ABVQModelIndex@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QRect __thiscall QListView::visualRect(class QModelIndex const &)const " (?visualRect@QListView@@UBE?AVQRect@@ABVQModelIndex@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QListView::scrollTo(class QModelIndex const &,enum QAbstractItemView::ScrollHint)" (?scrollTo@QListView@@UAEXABVQModelIndex@@W4ScrollHint@QAbstractItemView@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QListView::scrollTo(class QModelIndex const &,enum QAbstractItemView::ScrollHint)" (?scrollTo@QListView@@UAEXABVQModelIndex@@W4ScrollHint@QAbstractItemView@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QModelIndex __thiscall QListView::indexAt(class QPoint const &)const " (?indexAt@QListView@@UBE?AVQModelIndex@@ABVQPoint@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QModelIndex __thiscall QListView::indexAt(class QPoint const &)const " (?indexAt@QListView@@UBE?AVQModelIndex@@ABVQPoint@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QAbstractItemView::sizeHintForRow(int)const " (?sizeHintForRow@QAbstractItemView@@UBEHH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QAbstractItemView::sizeHintForRow(int)const " (?sizeHintForRow@QAbstractItemView@@UBEHH@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QAbstractItemView::sizeHintForColumn(int)const " (?sizeHintForColumn@QAbstractItemView@@UBEHH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QAbstractItemView::sizeHintForColumn(int)const " (?sizeHintForColumn@QAbstractItemView@@UBEHH@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QListView::reset(void)" (?reset@QListView@@UAEXXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QListView::reset(void)" (?reset@QListView@@UAEXXZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QListView::setRootIndex(class QModelIndex const &)" (?setRootIndex@QListView@@UAEXABVQModelIndex@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QListView::setRootIndex(class QModelIndex const &)" (?setRootIndex@QListView@@UAEXABVQModelIndex@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QListView::doItemsLayout(void)" (?doItemsLayout@QListView@@UAEXXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QListView::doItemsLayout(void)" (?doItemsLayout@QListView@@UAEXXZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QAbstractItemView::selectAll(void)" (?selectAll@QAbstractItemView@@UAEXXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QAbstractItemView::selectAll(void)" (?selectAll@QAbstractItemView@@UAEXXZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QAbstractItemView::edit(class QModelIndex const &,enum QAbstractItemView::EditTrigger,class QEvent *)" (?edit@QAbstractItemView@@MAE_NABVQModelIndex@@W4EditTrigger@1@PAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QAbstractItemView::edit(class QModelIndex const &,enum QAbstractItemView::EditTrigger,class QEvent *)" (?edit@QAbstractItemView@@MAE_NABVQModelIndex@@W4EditTrigger@1@PAVQEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::dataChanged(class QModelIndex const &,class QModelIndex const &)" (?dataChanged@QListView@@MAEXABVQModelIndex@@0@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::dataChanged(class QModelIndex const &,class QModelIndex const &)" (?dataChanged@QListView@@MAEXABVQModelIndex@@0@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::rowsInserted(class QModelIndex const &,int,int)" (?rowsInserted@QListView@@MAEXABVQModelIndex@@HH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::rowsInserted(class QModelIndex const &,int,int)" (?rowsInserted@QListView@@MAEXABVQModelIndex@@HH@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::rowsAboutToBeRemoved(class QModelIndex const &,int,int)" (?rowsAboutToBeRemoved@QListView@@MAEXABVQModelIndex@@HH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::rowsAboutToBeRemoved(class QModelIndex const &,int,int)" (?rowsAboutToBeRemoved@QListView@@MAEXABVQModelIndex@@HH@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::selectionChanged(class QItemSelection const &,class QItemSelection const &)" (?selectionChanged@QListView@@MAEXABVQItemSelection@@0@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::selectionChanged(class QItemSelection const &,class QItemSelection const &)" (?selectionChanged@QListView@@MAEXABVQItemSelection@@0@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::currentChanged(class QModelIndex const &,class QModelIndex const &)" (?currentChanged@QListView@@MAEXABVQModelIndex@@0@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::currentChanged(class QModelIndex const &,class QModelIndex const &)" (?currentChanged@QListView@@MAEXABVQModelIndex@@0@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::updateEditorData(void)" (?updateEditorData@QAbstractItemView@@MAEXXZ)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::updateEditorData(void)" (?updateEditorData@QAbstractItemView@@MAEXXZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::updateEditorGeometries(void)" (?updateEditorGeometries@QAbstractItemView@@MAEXXZ)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::updateEditorGeometries(void)" (?updateEditorGeometries@QAbstractItemView@@MAEXXZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::updateGeometries(void)" (?updateGeometries@QListView@@MAEXXZ)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::updateGeometries(void)" (?updateGeometries@QListView@@MAEXXZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::verticalScrollbarAction(int)" (?verticalScrollbarAction@QAbstractItemView@@MAEXH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::verticalScrollbarAction(int)" (?verticalScrollbarAction@QAbstractItemView@@MAEXH@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::horizontalScrollbarAction(int)" (?horizontalScrollbarAction@QAbstractItemView@@MAEXH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::horizontalScrollbarAction(int)" (?horizontalScrollbarAction@QAbstractItemView@@MAEXH@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::verticalScrollbarValueChanged(int)" (?verticalScrollbarValueChanged@QAbstractItemView@@MAEXH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::verticalScrollbarValueChanged(int)" (?verticalScrollbarValueChanged@QAbstractItemView@@MAEXH@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::horizontalScrollbarValueChanged(int)" (?horizontalScrollbarValueChanged@QAbstractItemView@@MAEXH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::horizontalScrollbarValueChanged(int)" (?horizontalScrollbarValueChanged@QAbstractItemView@@MAEXH@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::closeEditor(class QWidget *,enum QAbstractItemDelegate::EndEditHint)" (?closeEditor@QAbstractItemView@@MAEXPAVQWidget@@W4EndEditHint@QAbstractItemDelegate@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::closeEditor(class QWidget *,enum QAbstractItemDelegate::EndEditHint)" (?closeEditor@QAbstractItemView@@MAEXPAVQWidget@@W4EndEditHint@QAbstractItemDelegate@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::commitData(class QWidget *)" (?commitData@QAbstractItemView@@MAEXPAVQWidget@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::commitData(class QWidget *)" (?commitData@QAbstractItemView@@MAEXPAVQWidget@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::editorDestroyed(class QObject *)" (?editorDestroyed@QAbstractItemView@@MAEXPAVQObject@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractItemView::editorDestroyed(class QObject *)" (?editorDestroyed@QAbstractItemView@@MAEXPAVQObject@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual class QModelIndex __thiscall QListView::moveCursor(enum QAbstractItemView::CursorAction,class QFlags<enum Qt::KeyboardModifier>)" (?moveCursor@QListView@@MAE?AVQModelIndex@@W4CursorAction@QAbstractItemView@@V?$QFlags@W4KeyboardModifier@Qt@@@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual class QModelIndex __thiscall QListView::moveCursor(enum QAbstractItemView::CursorAction,class QFlags<enum Qt::KeyboardModifier>)" (?moveCursor@QListView@@MAE?AVQModelIndex@@W4CursorAction@QAbstractItemView@@V?$QFlags@W4KeyboardModifier@Qt@@@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall QListView::horizontalOffset(void)const " (?horizontalOffset@QListView@@MBEHXZ)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall QListView::horizontalOffset(void)const " (?horizontalOffset@QListView@@MBEHXZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall QListView::verticalOffset(void)const " (?verticalOffset@QListView@@MBEHXZ)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall QListView::verticalOffset(void)const " (?verticalOffset@QListView@@MBEHXZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QListView::isIndexHidden(class QModelIndex const &)const " (?isIndexHidden@QListView@@MBE_NABVQModelIndex@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QListView::isIndexHidden(class QModelIndex const &)const " (?isIndexHidden@QListView@@MBE_NABVQModelIndex@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::setSelection(class QRect const &,class QFlags<enum QItemSelectionModel::SelectionFlag>)" (?setSelection@QListView@@MAEXABVQRect@@V?$QFlags@W4SelectionFlag@QItemSelectionModel@@@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::setSelection(class QRect const &,class QFlags<enum QItemSelectionModel::SelectionFlag>)" (?setSelection@QListView@@MAEXABVQRect@@V?$QFlags@W4SelectionFlag@QItemSelectionModel@@@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual class QRegion __thiscall QListView::visualRegionForSelection(class QItemSelection const &)const " (?visualRegionForSelection@QListView@@MBE?AVQRegion@@ABVQItemSelection@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual class QRegion __thiscall QListView::visualRegionForSelection(class QItemSelection const &)const " (?visualRegionForSelection@QListView@@MBE?AVQRegion@@ABVQItemSelection@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual class QList<class QModelIndex> __thiscall QListView::selectedIndexes(void)const " (?selectedIndexes@QListView@@MBE?AV?$QList@VQModelIndex@@@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual class QList<class QModelIndex> __thiscall QListView::selectedIndexes(void)const " (?selectedIndexes@QListView@@MBE?AV?$QList@VQModelIndex@@@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual class QFlags<enum QItemSelectionModel::SelectionFlag> __thiscall QAbstractItemView::selectionCommand(class QModelIndex const &,class QEvent const *)const " (?selectionCommand@QAbstractItemView@@MBE?AV?$QFlags@W4SelectionFlag@QItemSelectionModel@@@@ABVQModelIndex@@PBVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual class QFlags<enum QItemSelectionModel::SelectionFlag> __thiscall QAbstractItemView::selectionCommand(class QModelIndex const &,class QEvent const *)const " (?selectionCommand@QAbstractItemView@@MBE?AV?$QFlags@W4SelectionFlag@QItemSelectionModel@@@@ABVQModelIndex@@PBVQEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::startDrag(class QFlags<enum Qt::DropAction>)" (?startDrag@QListView@@MAEXV?$QFlags@W4DropAction@Qt@@@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QListView::startDrag(class QFlags<enum Qt::DropAction>)" (?startDrag@QListView@@MAEXV?$QFlags@W4DropAction@Qt@@@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual class QStyleOptionViewItem __thiscall QListView::viewOptions(void)const " (?viewOptions@QListView@@MBE?AVQStyleOptionViewItem@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual class QStyleOptionViewItem __thiscall QListView::viewOptions(void)const " (?viewOptions@QListView@@MBE?AVQStyleOptionViewItem@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual class QStringList __thiscall QListWidget::mimeTypes(void)const " (?mimeTypes@QListWidget@@MBE?AVQStringList@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual class QStringList __thiscall QListWidget::mimeTypes(void)const " (?mimeTypes@QListWidget@@MBE?AVQStringList@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual class QMimeData * __thiscall QListWidget::mimeData(class QList<class QListWidgetItem *>)const " (?mimeData@QListWidget@@MBEPAVQMimeData@@V?$QList@PAVQListWidgetItem@@@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual class QMimeData * __thiscall QListWidget::mimeData(class QList<class QListWidgetItem *>)const " (?mimeData@QListWidget@@MBEPAVQMimeData@@V?$QList@PAVQListWidgetItem@@@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QListWidget::dropMimeData(int,class QMimeData const *,enum Qt::DropAction)" (?dropMimeData@QListWidget@@MAE_NHPBVQMimeData@@W4DropAction@Qt@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QListWidget::dropMimeData(int,class QMimeData const *,enum Qt::DropAction)" (?dropMimeData@QListWidget@@MAE_NHPBVQMimeData@@W4DropAction@Qt@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual class QFlags<enum Qt::DropAction> __thiscall QListWidget::supportedDropActions(void)const " (?supportedDropActions@QListWidget@@MBE?AV?$QFlags@W4DropAction@Qt@@@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual class QFlags<enum Qt::DropAction> __thiscall QListWidget::supportedDropActions(void)const " (?supportedDropActions@QListWidget@@MBE?AV?$QFlags@W4DropAction@Qt@@@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QHBoxLayout::metaObject(void)const " (?metaObject@QHBoxLayout@@UBEPBUQMetaObject@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QHBoxLayout::metaObject(void)const " (?metaObject@QHBoxLayout@@UBEPBUQMetaObject@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QHBoxLayout::qt_metacast(char const *)" (?qt_metacast@QHBoxLayout@@UAEPAXPBD@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QHBoxLayout::qt_metacast(char const *)" (?qt_metacast@QHBoxLayout@@UAEPAXPBD@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QHBoxLayout::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QHBoxLayout@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QHBoxLayout::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QHBoxLayout@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QSpacerItem::sizeHint(void)const " (?sizeHint@QSpacerItem@@UBE?AVQSize@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QSpacerItem::sizeHint(void)const " (?sizeHint@QSpacerItem@@UBE?AVQSize@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QSpacerItem::minimumSize(void)const " (?minimumSize@QSpacerItem@@UBE?AVQSize@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QSpacerItem::minimumSize(void)const " (?minimumSize@QSpacerItem@@UBE?AVQSize@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QSpacerItem::maximumSize(void)const " (?maximumSize@QSpacerItem@@UBE?AVQSize@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QSpacerItem::maximumSize(void)const " (?maximumSize@QSpacerItem@@UBE?AVQSize@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QFlags<enum Qt::Orientation> __thiscall QSpacerItem::expandingDirections(void)const " (?expandingDirections@QSpacerItem@@UBE?AV?$QFlags@W4Orientation@Qt@@@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QFlags<enum Qt::Orientation> __thiscall QSpacerItem::expandingDirections(void)const " (?expandingDirections@QSpacerItem@@UBE?AV?$QFlags@W4Orientation@Qt@@@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QSpacerItem::setGeometry(class QRect const &)" (?setGeometry@QSpacerItem@@UAEXABVQRect@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QSpacerItem::setGeometry(class QRect const &)" (?setGeometry@QSpacerItem@@UAEXABVQRect@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QRect __thiscall QSpacerItem::geometry(void)const " (?geometry@QSpacerItem@@UBE?AVQRect@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QRect __thiscall QSpacerItem::geometry(void)const " (?geometry@QSpacerItem@@UBE?AVQRect@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall QSpacerItem::isEmpty(void)const " (?isEmpty@QSpacerItem@@UBE_NXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall QSpacerItem::isEmpty(void)const " (?isEmpty@QSpacerItem@@UBE_NXZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall QLayoutItem::hasHeightForWidth(void)const " (?hasHeightForWidth@QLayoutItem@@UBE_NXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall QLayoutItem::hasHeightForWidth(void)const " (?hasHeightForWidth@QLayoutItem@@UBE_NXZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QLayoutItem::heightForWidth(int)const " (?heightForWidth@QLayoutItem@@UBEHH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QLayoutItem::heightForWidth(int)const " (?heightForWidth@QLayoutItem@@UBEHH@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QLayoutItem::minimumHeightForWidth(int)const " (?minimumHeightForWidth@QLayoutItem@@UBEHH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QLayoutItem::minimumHeightForWidth(int)const " (?minimumHeightForWidth@QLayoutItem@@UBEHH@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QLayoutItem::invalidate(void)" (?invalidate@QLayoutItem@@UAEXXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QLayoutItem::invalidate(void)" (?invalidate@QLayoutItem@@UAEXXZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QLayout * __thiscall QLayoutItem::layout(void)" (?layout@QLayoutItem@@UAEPAVQLayout@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QLayout * __thiscall QLayoutItem::layout(void)" (?layout@QLayoutItem@@UAEPAVQLayout@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QSpacerItem * __thiscall QSpacerItem::spacerItem(void)" (?spacerItem@QSpacerItem@@UAEPAV1@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSpacerItem * __thiscall QSpacerItem::spacerItem(void)" (?spacerItem@QSpacerItem@@UAEPAV1@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QDialogButtonBox::metaObject(void)const " (?metaObject@QDialogButtonBox@@UBEPBUQMetaObject@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QDialogButtonBox::qt_metacast(char const *)" (?qt_metacast@QDialogButtonBox@@UAEPAXPBD@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QDialogButtonBox::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QDialogButtonBox@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QDialogButtonBox::event(class QEvent *)" (?event@QDialogButtonBox@@MAE_NPAVQEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QWidget::sizeHint(void)const " (?sizeHint@QWidget@@UBE?AVQSize@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QWidget::sizeHint(void)const " (?sizeHint@QWidget@@UBE?AVQSize@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QWidget::minimumSizeHint(void)const " (?minimumSizeHint@QWidget@@UBE?AVQSize@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QWidget::minimumSizeHint(void)const " (?minimumSizeHint@QWidget@@UBE?AVQSize@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::keyPressEvent(class QKeyEvent *)" (?keyPressEvent@QWidget@@MAEXPAVQKeyEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::keyPressEvent(class QKeyEvent *)" (?keyPressEvent@QWidget@@MAEXPAVQKeyEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::contextMenuEvent(class QContextMenuEvent *)" (?contextMenuEvent@QWidget@@MAEXPAVQContextMenuEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QWidget::contextMenuEvent(class QContextMenuEvent *)" (?contextMenuEvent@QWidget@@MAEXPAVQContextMenuEvent@@@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QDialogButtonBox::changeEvent(class QEvent *)" (?changeEvent@QDialogButtonBox@@MAEXPAVQEvent@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QSpacerItem::~QSpacerItem(void)" (__imp_??1QSpacerItem@@UAE@XZ) referenced in function "public: virtual void * __thiscall QSpacerItem::`scalar deleting destructor'(unsigned int)" (??_GQSpacerItem@@UAEPAXI@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QSpacerItem::~QSpacerItem(void)" (__imp_??1QSpacerItem@@UAE@XZ)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QLabel::setText(class QString const &)" (__imp_?setText@QLabel@@QAEXABVQString@@@Z) referenced in function "public: void __thiscall Ui_CertificateInfo::retranslateUi(class QDialog *)" (?retranslateUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall QLabel::setText(class QString const &)" (__imp_?setText@QLabel@@QAEXABVQString@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QWidget::setWindowTitle(class QString const &)" (__imp_?setWindowTitle@QWidget@@QAEXABVQString@@@Z) referenced in function "public: void __thiscall Ui_CertificateInfo::retranslateUi(class QDialog *)" (?retranslateUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall QWidget::setWindowTitle(class QString const &)" (__imp_?setWindowTitle@QWidget@@QAEXABVQString@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class QString __cdecl QCoreApplication::translate(char const *,char const *,char const *,enum QCoreApplication::Encoding)" (__imp_?translate@QCoreApplication@@SA?AVQString@@PBD00W4Encoding@1@@Z) referenced in function "public: void __thiscall Ui_CertificateInfo::retranslateUi(class QDialog *)" (?retranslateUi@Ui_CertificateInfo@@QAEXPAVQDialog@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class QString __cdecl QCoreApplication::translate(char const *,char const *,char const *,enum QCoreApplication::Encoding)" (__imp_?translate@QCoreApplication@@SA?AVQString@@PBD00W4Encoding@1@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QVBoxLayout::~QVBoxLayout(void)" (__imp_??1QVBoxLayout@@UAE@XZ) referenced in function "public: virtual void * __thiscall QVBoxLayout::`scalar deleting destructor'(unsigned int)" (??_GQVBoxLayout@@UAEPAXI@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QVBoxLayout::~QVBoxLayout(void)" (__imp_??1QVBoxLayout@@UAE@XZ)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QLabel::~QLabel(void)" (__imp_??1QLabel@@UAE@XZ) referenced in function "public: virtual void * __thiscall QLabel::`scalar deleting destructor'(unsigned int)" (??_GQLabel@@UAEPAXI@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QLabel::~QLabel(void)" (__imp_??1QLabel@@UAE@XZ)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QComboBox::~QComboBox(void)" (__imp_??1QComboBox@@UAE@XZ) referenced in function "public: virtual void * __thiscall QComboBox::`scalar deleting destructor'(unsigned int)" (??_GQComboBox@@UAEPAXI@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QListWidget::~QListWidget(void)" (__imp_??1QListWidget@@UAE@XZ) referenced in function "public: virtual void * __thiscall QListWidget::`scalar deleting destructor'(unsigned int)" (??_GQListWidget@@UAEPAXI@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QListWidget::~QListWidget(void)" (__imp_??1QListWidget@@UAE@XZ)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QHBoxLayout::~QHBoxLayout(void)" (__imp_??1QHBoxLayout@@UAE@XZ) referenced in function "public: virtual void * __thiscall QHBoxLayout::`scalar deleting destructor'(unsigned int)" (??_GQHBoxLayout@@UAEPAXI@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QHBoxLayout::~QHBoxLayout(void)" (__imp_??1QHBoxLayout@@UAE@XZ)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QDialogButtonBox::~QDialogButtonBox(void)" (__imp_??1QDialogButtonBox@@UAE@XZ) referenced in function "public: virtual void * __thiscall QDialogButtonBox::`scalar deleting destructor'(unsigned int)" (??_GQDialogButtonBox@@UAEPAXI@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QComboBox::setCurrentIndex(int)" (__imp_?setCurrentIndex@QComboBox@@QAEXH@Z) referenced in function "public: void __thiscall CertificateInfo::setCertificateChain(class QList<class QSslCertificate> const &)" (?setCertificateChain@CertificateInfo@@QAEXABV?$QList@VQSslCertificate@@@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QVariant::~QVariant(void)" (__imp_??1QVariant@@QAE@XZ) referenced in function "public: void __thiscall CertificateInfo::setCertificateChain(class QList<class QSslCertificate> const &)" (?setCertificateChain@CertificateInfo@@QAEXABV?$QList@VQSslCertificate@@@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QComboBox::addItem(class QString const &,class QVariant const &)" (__imp_?addItem@QComboBox@@QAEXABVQString@@ABVQVariant@@@Z) referenced in function "public: void __thiscall CertificateInfo::setCertificateChain(class QList<class QSslCertificate> const &)" (?setCertificateChain@CertificateInfo@@QAEXABV?$QList@VQSslCertificate@@@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QString __thiscall QString::arg(class QString const &,int,class QChar const &)const " (__imp_?arg@QString@@QBE?AV1@ABV1@HABVQChar@@@Z) referenced in function "public: void __thiscall CertificateInfo::setCertificateChain(class QList<class QSslCertificate> const &)" (?setCertificateChain@CertificateInfo@@QAEXABV?$QList@VQSslCertificate@@@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class QString __thiscall QString::arg(class QString const &,int,class QChar const &)const " (__imp_?arg@QString@@QBE?AV1@ABV1@HABVQChar@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QString __thiscall QSslCertificate::subjectInfo(enum QSslCertificate::SubjectInfo)const " (__imp_?subjectInfo@QSslCertificate@@QBE?AVQString@@W4SubjectInfo@1@@Z) referenced in function "public: void __thiscall CertificateInfo::setCertificateChain(class QList<class QSslCertificate> const &)" (?setCertificateChain@CertificateInfo@@QAEXABV?$QList@VQSslCertificate@@@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QVariant::QVariant(void)" (__imp_??0QVariant@@QAE@XZ) referenced in function "public: void __thiscall CertificateInfo::setCertificateChain(class QList<class QSslCertificate> const &)" (?setCertificateChain@CertificateInfo@@QAEXABV?$QList@VQSslCertificate@@@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QString::QString(void)" (__imp_??0QString@@QAE@XZ) referenced in function "public: void __thiscall CertificateInfo::setCertificateChain(class QList<class QSslCertificate> const &)" (?setCertificateChain@CertificateInfo@@QAEXABV?$QList@VQSslCertificate@@@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QChar::QChar(struct QLatin1Char)" (__imp_??0QChar@@QAE@UQLatin1Char@@@Z) referenced in function "public: void __thiscall CertificateInfo::setCertificateChain(class QList<class QSslCertificate> const &)" (?setCertificateChain@CertificateInfo@@QAEXABV?$QList@VQSslCertificate@@@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall QChar::QChar(struct QLatin1Char)" (__imp_??0QChar@@QAE@UQLatin1Char@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QComboBox::clear(void)" (__imp_?clear@QComboBox@@QAEXXZ) referenced in function "public: void __thiscall CertificateInfo::setCertificateChain(class QList<class QSslCertificate> const &)" (?setCertificateChain@CertificateInfo@@QAEXABV?$QList@VQSslCertificate@@@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QString __thiscall QMetaObject::tr(char const *,char const *)const " (__imp_?tr@QMetaObject@@QBE?AVQString@@PBD0@Z) referenced in function "public: static class QString __cdecl CertificateInfo::tr(char const *,char const *)" (?tr@CertificateInfo@@SA?AVQString@@PBD0@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class QString __thiscall QMetaObject::tr(char const *,char const *)const " (__imp_?tr@QMetaObject@@QBE?AVQString@@PBD0@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: static struct QMetaObject const CertificateInfo::staticMetaObject" (?staticMetaObject@CertificateInfo@@2UQMetaObject@@B)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QListWidget::addItem(class QString const &)" (__imp_?addItem@QListWidget@@QAEXABVQString@@@Z) referenced in function "private: void __thiscall CertificateInfo::updateCertificateInfo(int)" (?updateCertificateInfo@CertificateInfo@@AAEXH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall QListWidget::addItem(class QString const &)" (__imp_?addItem@QListWidget@@QAEXABVQString@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QString::QString(class QString const &)" (__imp_??0QString@@QAE@ABV0@@Z) referenced in function "private: void __thiscall CertificateInfo::updateCertificateInfo(int)" (?updateCertificateInfo@CertificateInfo@@AAEXH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall QString::QString(class QString const &)" (__imp_??0QString@@QAE@ABV0@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QString __thiscall QSslCertificate::issuerInfo(enum QSslCertificate::SubjectInfo)const " (__imp_?issuerInfo@QSslCertificate@@QBE?AVQString@@W4SubjectInfo@1@@Z) referenced in function "private: void __thiscall CertificateInfo::updateCertificateInfo(int)" (?updateCertificateInfo@CertificateInfo@@AAEXH@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QListWidget::clear(void)" (__imp_?clear@QListWidget@@QAEXXZ) referenced in function "private: void __thiscall CertificateInfo::updateCertificateInfo(int)" (?updateCertificateInfo@CertificateInfo@@AAEXH@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall QBasicAtomicInt::ref(void)" (__imp_?ref@QBasicAtomicInt@@QAE_NXZ) referenced in function "public: __thiscall QList<class QString>::QList<class QString>(void)" (??0?$QList@VQString@@@@QAE@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall QBasicAtomicInt::ref(void)" (__imp_?ref@QBasicAtomicInt@@QAE_NXZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static struct QListData::Data QListData::shared_null" (__imp_?shared_null@QListData@@2UData@1@A)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: int __thiscall QListData::size(void)const " (__imp_?size@QListData@@QBEHXZ) referenced in function "public: int __thiscall QList<class QSslCertificate>::size(void)const " (?size@?$QList@VQSslCertificate@@@@QBEHXZ)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall QBasicAtomicInt::deref(void)" (__imp_?deref@QBasicAtomicInt@@QAE_NXZ) referenced in function "public: __thiscall QList<class QString>::~QList<class QString>(void)" (??1?$QList@VQString@@@@QAE@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall QBasicAtomicInt::deref(void)" (__imp_?deref@QBasicAtomicInt@@QAE_NXZ)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void * * __thiscall QListData::append(void)" (__imp_?append@QListData@@QAEPAPAXXZ) referenced in function __catch$?append@?$QList@VQString@@@@QAEXABVQString@@@Z$0
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall QBasicAtomicInt::operator!=(int)const " (__imp_??9QBasicAtomicInt@@QBE_NH@Z) referenced in function "public: void __thiscall QList<class QString>::append(class QString const &)" (?append@?$QList@VQString@@@@QAEXABVQString@@@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void * * __thiscall QListData::at(int)const " (__imp_?at@QListData@@QBEPAPAXH@Z) referenced in function "public: class QSslCertificate const & __thiscall QList<class QSslCertificate>::at(int)const " (?at@?$QList@VQSslCertificate@@@@QBEABVQSslCertificate@@H@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl qt_assert_x(char const *,char const *,char const *,int)" (__imp_?qt_assert_x@@YAXPBD00H@Z) referenced in function "public: class QSslCertificate const & __thiscall QList<class QSslCertificate>::at(int)const " (?at@?$QList@VQSslCertificate@@@@QBEABVQSslCertificate@@H@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void * * __thiscall QListData::begin(void)const " (__imp_?begin@QListData@@QBEPAPAXXZ) referenced in function "public: class QList<class QString>::const_iterator __thiscall QList<class QString>::begin(void)const " (?begin@?$QList@VQString@@@@QBE?AVconst_iterator@1@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void * * __thiscall QListData::begin(void)const " (__imp_?begin@QListData@@QBEPAPAXXZ)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void * * __thiscall QListData::end(void)const " (__imp_?end@QListData@@QBEPAPAXXZ) referenced in function "public: class QList<class QString>::const_iterator __thiscall QList<class QString>::end(void)const " (?end@?$QList@VQString@@@@QBE?AVconst_iterator@1@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void * * __thiscall QListData::end(void)const " (__imp_?end@QListData@@QBEPAPAXXZ)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl qFree(void *)" (__imp_?qFree@@YAXPAX@Z) referenced in function __catch$?detach_helper_grow@?$QList@VQString@@@@AAEPAUNode@1@HH@Z$0
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl qFree(void *)" (__imp_?qFree@@YAXPAX@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct QListData::Data * __thiscall QListData::detach_grow(int *,int)" (__imp_?detach_grow@QListData@@QAEPAUData@1@PAHH@Z) referenced in function "private: struct QList<class QString>::Node * __thiscall QList<class QString>::detach_helper_grow(int,int)" (?detach_helper_grow@?$QList@VQString@@@@AAEPAUNode@1@HH@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct QListData::Data * __thiscall QListData::detach(int)" (__imp_?detach@QListData@@QAEPAUData@1@H@Z) referenced in function "private: void __thiscall QList<class QString>::detach_helper(int)" (?detach_helper@?$QList@VQString@@@@AAEXH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: struct QListData::Data * __thiscall QListData::detach(int)" (__imp_?detach@QListData@@QAEPAUData@1@H@Z)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QSslCertificate::~QSslCertificate(void)" (__imp_??1QSslCertificate@@QAE@XZ) referenced in function "public: void * __thiscall QSslCertificate::`scalar deleting destructor'(unsigned int)" (??_GQSslCertificate@@QAEPAXI@Z)
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall QSslCertificate::~QSslCertificate(void)" (__imp_??1QSslCertificate@@QAE@XZ)
certificateinfo.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QSslCertificate::QSslCertificate(class QSslCertificate const &)" (__imp_??0QSslCertificate@@QAE@ABV0@@Z) referenced in function "private: void __thiscall QList<class QSslCertificate>::node_copy(struct QList<class QSslCertificate>::Node *,struct QList<class QSslCertificate>::Node *,struct QList<class QSslCertificate>::Node *)" (?node_copy@?$QList@VQSslCertificate@@@@AAEXPAUNode@1@00@Z)
main.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static int __cdecl QApplication::exec(void)" (__imp_?exec@QApplication@@SAHXZ) referenced in function _main
main.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QWidget::show(void)" (__imp_?show@QWidget@@QAEXXZ) referenced in function _main
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall QWidget::show(void)" (__imp_?show@QWidget@@QAEXXZ)
main.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QApplication::~QApplication(void)" (__imp_??1QApplication@@UAE@XZ) referenced in function _main
main.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static enum QMessageBox::StandardButton __cdecl QMessageBox::information(class QWidget *,class QString const &,class QString const &,class QFlags<enum QMessageBox::StandardButton>,enum QMessageBox::StandardButton)" (__imp_?information@QMessageBox@@SA?AW4StandardButton@1@PAVQWidget@@ABVQString@@1V?$QFlags@W4StandardButton@QMessageBox@@@@W421@@Z) referenced in function _main
main.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QString::QString(char const *)" (__imp_??0QString@@QAE@PBD@Z) referenced in function _main
sslclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall QString::QString(char const *)" (__imp_??0QString@@QAE@PBD@Z)
main.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static bool __cdecl QSslSocket::supportsSsl(void)" (__imp_?supportsSsl@QSslSocket@@SA_NXZ) referenced in function _main
main.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QApplication::QApplication(int &,char * *,int)" (__imp_??0QApplication@@QAE@AAHPAPADH@Z) referenced in function _main
main.obj : error LNK2019: unresolved external symbol "int __cdecl qInitResources_securesocketclient(void)" (?qInitResources_securesocketclient@@YAHXZ) referenced in function _main
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QWidget::~QWidget(void)" (__imp_??1QWidget@@UAE@XZ) referenced in function __unwindfunclet$??0SslClient@@QAE@PAVQWidget@@@Z$0
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QTextEdit::setHtml(class QString const &)" (__imp_?setHtml@QTextEdit@@QAEXABVQString@@@Z) referenced in function "public: __thiscall SslClient::SslClient(class QWidget *)" (??0SslClient@@QAE@PAVQWidget@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QLineEdit::setSelection(int,int)" (__imp_?setSelection@QLineEdit@@QAEXHH@Z) referenced in function "public: __thiscall SslClient::SslClient(class QWidget *)" (??0SslClient@@QAE@PAVQWidget@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: int __thiscall QString::size(void)const " (__imp_?size@QString@@QBEHXZ) referenced in function "public: __thiscall SslClient::SslClient(class QWidget *)" (??0SslClient@@QAE@PAVQWidget@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QString __thiscall QLineEdit::text(void)const " (__imp_?text@QLineEdit@@QBE?AVQString@@XZ) referenced in function "public: __thiscall SslClient::SslClient(class QWidget *)" (??0SslClient@@QAE@PAVQWidget@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QWidget::QWidget(class QWidget *,class QFlags<enum Qt::WindowType>)" (__imp_??0QWidget@@QAE@PAV0@V?$QFlags@W4WindowType@Qt@@@@@Z) referenced in function "public: __thiscall SslClient::SslClient(class QWidget *)" (??0SslClient@@QAE@PAVQWidget@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall SslClient::metaObject(void)const " (?metaObject@SslClient@@UBEPBUQMetaObject@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall SslClient::qt_metacast(char const *)" (?qt_metacast@SslClient@@UAEPAXPBD@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall SslClient::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@SslClient@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: static struct QMetaObject const SslClient::staticMetaObject" (?staticMetaObject@SslClient@@2UQMetaObject@@B)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QTextEdit::setReadOnly(bool)" (__imp_?setReadOnly@QTextEdit@@QAEX_N@Z) referenced in function "public: void __thiscall Ui_Form::setupUi(class QWidget *)" (?setupUi@Ui_Form@@QAEXPAVQWidget@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QWidget::setFocusPolicy(enum Qt::FocusPolicy)" (__imp_?setFocusPolicy@QWidget@@QAEXW4FocusPolicy@Qt@@@Z) referenced in function "public: void __thiscall Ui_Form::setupUi(class QWidget *)" (?setupUi@Ui_Form@@QAEXPAVQWidget@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QTextEdit::QTextEdit(class QWidget *)" (__imp_??0QTextEdit@@QAE@PAVQWidget@@@Z) referenced in function "public: void __thiscall Ui_Form::setupUi(class QWidget *)" (?setupUi@Ui_Form@@QAEXPAVQWidget@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QLabel::setAlignment(class QFlags<enum Qt::AlignmentFlag>)" (__imp_?setAlignment@QLabel@@QAEXV?$QFlags@W4AlignmentFlag@Qt@@@@@Z) referenced in function "public: void __thiscall Ui_Form::setupUi(class QWidget *)" (?setupUi@Ui_Form@@QAEXPAVQWidget@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QLabel::setWordWrap(bool)" (__imp_?setWordWrap@QLabel@@QAEX_N@Z) referenced in function "public: void __thiscall Ui_Form::setupUi(class QWidget *)" (?setupUi@Ui_Form@@QAEXPAVQWidget@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QPushButton::setDefault(bool)" (__imp_?setDefault@QPushButton@@QAEX_N@Z) referenced in function "public: void __thiscall Ui_Form::setupUi(class QWidget *)" (?setupUi@Ui_Form@@QAEXPAVQWidget@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QWidget::setEnabled(bool)" (__imp_?setEnabled@QWidget@@QAEX_N@Z) referenced in function "public: void __thiscall Ui_Form::setupUi(class QWidget *)" (?setupUi@Ui_Form@@QAEXPAVQWidget@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QPushButton::QPushButton(class QWidget *)" (__imp_??0QPushButton@@QAE@PAVQWidget@@@Z) referenced in function "public: void __thiscall Ui_Form::setupUi(class QWidget *)" (?setupUi@Ui_Form@@QAEXPAVQWidget@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QGridLayout::addLayout(class QLayout *,int,int,int,int,class QFlags<enum Qt::AlignmentFlag>)" (__imp_?addLayout@QGridLayout@@QAEXPAVQLayout@@HHHHV?$QFlags@W4AlignmentFlag@Qt@@@@@Z) referenced in function "public: void __thiscall Ui_Form::setupUi(class QWidget *)" (?setupUi@Ui_Form@@QAEXPAVQWidget@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QSpinBox::setValue(int)" (__imp_?setValue@QSpinBox@@QAEXH@Z) referenced in function "public: void __thiscall Ui_Form::setupUi(class QWidget *)" (?setupUi@Ui_Form@@QAEXPAVQWidget@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QSpinBox::setMaximum(int)" (__imp_?setMaximum@QSpinBox@@QAEXH@Z) referenced in function "public: void __thiscall Ui_Form::setupUi(class QWidget *)" (?setupUi@Ui_Form@@QAEXPAVQWidget@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QSpinBox::setMinimum(int)" (__imp_?setMinimum@QSpinBox@@QAEXH@Z) referenced in function "public: void __thiscall Ui_Form::setupUi(class QWidget *)" (?setupUi@Ui_Form@@QAEXPAVQWidget@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QSpinBox::QSpinBox(class QWidget *)" (__imp_??0QSpinBox@@QAE@PAVQWidget@@@Z) referenced in function "public: void __thiscall Ui_Form::setupUi(class QWidget *)" (?setupUi@Ui_Form@@QAEXPAVQWidget@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QLineEdit::QLineEdit(class QWidget *)" (__imp_??0QLineEdit@@QAE@PAVQWidget@@@Z) referenced in function "public: void __thiscall Ui_Form::setupUi(class QWidget *)" (?setupUi@Ui_Form@@QAEXPAVQWidget@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QGridLayout::addWidget(class QWidget *,int,int,int,int,class QFlags<enum Qt::AlignmentFlag>)" (__imp_?addWidget@QGridLayout@@QAEXPAVQWidget@@HHHHV?$QFlags@W4AlignmentFlag@Qt@@@@@Z) referenced in function "public: void __thiscall Ui_Form::setupUi(class QWidget *)" (?setupUi@Ui_Form@@QAEXPAVQWidget@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QGridLayout::QGridLayout(void)" (__imp_??0QGridLayout@@QAE@XZ) referenced in function "public: void __thiscall Ui_Form::setupUi(class QWidget *)" (?setupUi@Ui_Form@@QAEXPAVQWidget@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QGridLayout::QGridLayout(class QWidget *)" (__imp_??0QGridLayout@@QAE@PAVQWidget@@@Z) referenced in function "public: void __thiscall Ui_Form::setupUi(class QWidget *)" (?setupUi@Ui_Form@@QAEXPAVQWidget@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QGridLayout::metaObject(void)const " (?metaObject@QGridLayout@@UBEPBUQMetaObject@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QGridLayout::qt_metacast(char const *)" (?qt_metacast@QGridLayout@@UAEPAXPBD@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QGridLayout::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QGridLayout@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QGridLayout::addItem(class QLayoutItem *)" (?addItem@QGridLayout@@MAEXPAVQLayoutItem@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QLayoutItem * __thiscall QGridLayout::itemAt(int)const " (?itemAt@QGridLayout@@UBEPAVQLayoutItem@@H@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QLayoutItem * __thiscall QGridLayout::takeAt(int)" (?takeAt@QGridLayout@@UAEPAVQLayoutItem@@H@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QGridLayout::count(void)const " (?count@QGridLayout@@UBEHXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QGridLayout::sizeHint(void)const " (?sizeHint@QGridLayout@@UBE?AVQSize@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QGridLayout::minimumSize(void)const " (?minimumSize@QGridLayout@@UBE?AVQSize@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QGridLayout::maximumSize(void)const " (?maximumSize@QGridLayout@@UBE?AVQSize@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QFlags<enum Qt::Orientation> __thiscall QGridLayout::expandingDirections(void)const " (?expandingDirections@QGridLayout@@UBE?AV?$QFlags@W4Orientation@Qt@@@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QGridLayout::setGeometry(class QRect const &)" (?setGeometry@QGridLayout@@UAEXABVQRect@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall QGridLayout::hasHeightForWidth(void)const " (?hasHeightForWidth@QGridLayout@@UBE_NXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QGridLayout::heightForWidth(int)const " (?heightForWidth@QGridLayout@@UBEHH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QGridLayout::minimumHeightForWidth(int)const " (?minimumHeightForWidth@QGridLayout@@UBEHH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QGridLayout::invalidate(void)" (?invalidate@QGridLayout@@UAEXXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QLineEdit::metaObject(void)const " (?metaObject@QLineEdit@@UBEPBUQMetaObject@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QLineEdit::qt_metacast(char const *)" (?qt_metacast@QLineEdit@@UAEPAXPBD@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QLineEdit::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QLineEdit@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall QLineEdit::event(class QEvent *)" (?event@QLineEdit@@UAE_NPAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QLineEdit::sizeHint(void)const " (?sizeHint@QLineEdit@@UBE?AVQSize@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QLineEdit::minimumSizeHint(void)const " (?minimumSizeHint@QLineEdit@@UBE?AVQSize@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLineEdit::mousePressEvent(class QMouseEvent *)" (?mousePressEvent@QLineEdit@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLineEdit::mouseReleaseEvent(class QMouseEvent *)" (?mouseReleaseEvent@QLineEdit@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLineEdit::mouseDoubleClickEvent(class QMouseEvent *)" (?mouseDoubleClickEvent@QLineEdit@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLineEdit::mouseMoveEvent(class QMouseEvent *)" (?mouseMoveEvent@QLineEdit@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLineEdit::keyPressEvent(class QKeyEvent *)" (?keyPressEvent@QLineEdit@@MAEXPAVQKeyEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLineEdit::focusInEvent(class QFocusEvent *)" (?focusInEvent@QLineEdit@@MAEXPAVQFocusEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLineEdit::focusOutEvent(class QFocusEvent *)" (?focusOutEvent@QLineEdit@@MAEXPAVQFocusEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLineEdit::paintEvent(class QPaintEvent *)" (?paintEvent@QLineEdit@@MAEXPAVQPaintEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLineEdit::contextMenuEvent(class QContextMenuEvent *)" (?contextMenuEvent@QLineEdit@@MAEXPAVQContextMenuEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLineEdit::dragEnterEvent(class QDragEnterEvent *)" (?dragEnterEvent@QLineEdit@@MAEXPAVQDragEnterEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLineEdit::dragMoveEvent(class QDragMoveEvent *)" (?dragMoveEvent@QLineEdit@@MAEXPAVQDragMoveEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLineEdit::dragLeaveEvent(class QDragLeaveEvent *)" (?dragLeaveEvent@QLineEdit@@MAEXPAVQDragLeaveEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLineEdit::dropEvent(class QDropEvent *)" (?dropEvent@QLineEdit@@MAEXPAVQDropEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLineEdit::changeEvent(class QEvent *)" (?changeEvent@QLineEdit@@MAEXPAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QLineEdit::inputMethodEvent(class QInputMethodEvent *)" (?inputMethodEvent@QLineEdit@@MAEXPAVQInputMethodEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QVariant __thiscall QLineEdit::inputMethodQuery(enum Qt::InputMethodQuery)const " (?inputMethodQuery@QLineEdit@@UBE?AVQVariant@@W4InputMethodQuery@Qt@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QSpinBox::metaObject(void)const " (?metaObject@QSpinBox@@UBEPBUQMetaObject@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QSpinBox::qt_metacast(char const *)" (?qt_metacast@QSpinBox@@UAEPAXPBD@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QSpinBox::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QSpinBox@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QSpinBox::event(class QEvent *)" (?event@QSpinBox@@MAE_NPAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractSpinBox::timerEvent(class QTimerEvent *)" (?timerEvent@QAbstractSpinBox@@MAEXPAVQTimerEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QAbstractSpinBox::sizeHint(void)const " (?sizeHint@QAbstractSpinBox@@UBE?AVQSize@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QAbstractSpinBox::minimumSizeHint(void)const " (?minimumSizeHint@QAbstractSpinBox@@UBE?AVQSize@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractSpinBox::mousePressEvent(class QMouseEvent *)" (?mousePressEvent@QAbstractSpinBox@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractSpinBox::mouseReleaseEvent(class QMouseEvent *)" (?mouseReleaseEvent@QAbstractSpinBox@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractSpinBox::mouseMoveEvent(class QMouseEvent *)" (?mouseMoveEvent@QAbstractSpinBox@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractSpinBox::wheelEvent(class QWheelEvent *)" (?wheelEvent@QAbstractSpinBox@@MAEXPAVQWheelEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractSpinBox::keyPressEvent(class QKeyEvent *)" (?keyPressEvent@QAbstractSpinBox@@MAEXPAVQKeyEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractSpinBox::keyReleaseEvent(class QKeyEvent *)" (?keyReleaseEvent@QAbstractSpinBox@@MAEXPAVQKeyEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractSpinBox::focusInEvent(class QFocusEvent *)" (?focusInEvent@QAbstractSpinBox@@MAEXPAVQFocusEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractSpinBox::focusOutEvent(class QFocusEvent *)" (?focusOutEvent@QAbstractSpinBox@@MAEXPAVQFocusEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractSpinBox::paintEvent(class QPaintEvent *)" (?paintEvent@QAbstractSpinBox@@MAEXPAVQPaintEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractSpinBox::resizeEvent(class QResizeEvent *)" (?resizeEvent@QAbstractSpinBox@@MAEXPAVQResizeEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractSpinBox::closeEvent(class QCloseEvent *)" (?closeEvent@QAbstractSpinBox@@MAEXPAVQCloseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractSpinBox::contextMenuEvent(class QContextMenuEvent *)" (?contextMenuEvent@QAbstractSpinBox@@MAEXPAVQContextMenuEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractSpinBox::showEvent(class QShowEvent *)" (?showEvent@QAbstractSpinBox@@MAEXPAVQShowEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractSpinBox::hideEvent(class QHideEvent *)" (?hideEvent@QAbstractSpinBox@@MAEXPAVQHideEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractSpinBox::changeEvent(class QEvent *)" (?changeEvent@QAbstractSpinBox@@MAEXPAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QVariant __thiscall QAbstractSpinBox::inputMethodQuery(enum Qt::InputMethodQuery)const " (?inputMethodQuery@QAbstractSpinBox@@UBE?AVQVariant@@W4InputMethodQuery@Qt@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual enum QValidator::State __thiscall QSpinBox::validate(class QString &,int &)const " (?validate@QSpinBox@@MBE?AW4State@QValidator@@AAVQString@@AAH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QSpinBox::fixup(class QString &)const " (?fixup@QSpinBox@@MBEXAAVQString@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QAbstractSpinBox::stepBy(int)" (?stepBy@QAbstractSpinBox@@UAEXH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QAbstractSpinBox::clear(void)" (?clear@QAbstractSpinBox@@UAEXXZ)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual class QFlags<enum QAbstractSpinBox::StepEnabledFlag> __thiscall QAbstractSpinBox::stepEnabled(void)const " (?stepEnabled@QAbstractSpinBox@@MBE?AV?$QFlags@W4StepEnabledFlag@QAbstractSpinBox@@@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall QSpinBox::valueFromText(class QString const &)const " (?valueFromText@QSpinBox@@MBEHABVQString@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual class QString __thiscall QSpinBox::textFromValue(int)const " (?textFromValue@QSpinBox@@MBE?AVQString@@H@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QPushButton::metaObject(void)const " (?metaObject@QPushButton@@UBEPBUQMetaObject@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QPushButton::qt_metacast(char const *)" (?qt_metacast@QPushButton@@UAEPAXPBD@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QPushButton::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QPushButton@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QPushButton::event(class QEvent *)" (?event@QPushButton@@MAE_NPAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractButton::timerEvent(class QTimerEvent *)" (?timerEvent@QAbstractButton@@MAEXPAVQTimerEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QPushButton::sizeHint(void)const " (?sizeHint@QPushButton@@UBE?AVQSize@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QPushButton::minimumSizeHint(void)const " (?minimumSizeHint@QPushButton@@UBE?AVQSize@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractButton::mousePressEvent(class QMouseEvent *)" (?mousePressEvent@QAbstractButton@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractButton::mouseReleaseEvent(class QMouseEvent *)" (?mouseReleaseEvent@QAbstractButton@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractButton::mouseMoveEvent(class QMouseEvent *)" (?mouseMoveEvent@QAbstractButton@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QPushButton::keyPressEvent(class QKeyEvent *)" (?keyPressEvent@QPushButton@@MAEXPAVQKeyEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractButton::keyReleaseEvent(class QKeyEvent *)" (?keyReleaseEvent@QAbstractButton@@MAEXPAVQKeyEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QPushButton::focusInEvent(class QFocusEvent *)" (?focusInEvent@QPushButton@@MAEXPAVQFocusEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QPushButton::focusOutEvent(class QFocusEvent *)" (?focusOutEvent@QPushButton@@MAEXPAVQFocusEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QPushButton::paintEvent(class QPaintEvent *)" (?paintEvent@QPushButton@@MAEXPAVQPaintEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractButton::changeEvent(class QEvent *)" (?changeEvent@QAbstractButton@@MAEXPAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QAbstractButton::hitButton(class QPoint const &)const " (?hitButton@QAbstractButton@@MBE_NABVQPoint@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractButton::checkStateSet(void)" (?checkStateSet@QAbstractButton@@MAEXXZ)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractButton::nextCheckState(void)" (?nextCheckState@QAbstractButton@@MAEXXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QTextEdit::metaObject(void)const " (?metaObject@QTextEdit@@UBEPBUQMetaObject@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QTextEdit::qt_metacast(char const *)" (?qt_metacast@QTextEdit@@UAEPAXPBD@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QTextEdit::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QTextEdit@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QTextEdit::event(class QEvent *)" (?event@QTextEdit@@MAE_NPAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QTextEdit::timerEvent(class QTimerEvent *)" (?timerEvent@QTextEdit@@MAEXPAVQTimerEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QTextEdit::mousePressEvent(class QMouseEvent *)" (?mousePressEvent@QTextEdit@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QTextEdit::mouseReleaseEvent(class QMouseEvent *)" (?mouseReleaseEvent@QTextEdit@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QTextEdit::mouseDoubleClickEvent(class QMouseEvent *)" (?mouseDoubleClickEvent@QTextEdit@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QTextEdit::mouseMoveEvent(class QMouseEvent *)" (?mouseMoveEvent@QTextEdit@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QTextEdit::wheelEvent(class QWheelEvent *)" (?wheelEvent@QTextEdit@@MAEXPAVQWheelEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QTextEdit::keyPressEvent(class QKeyEvent *)" (?keyPressEvent@QTextEdit@@MAEXPAVQKeyEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QTextEdit::keyReleaseEvent(class QKeyEvent *)" (?keyReleaseEvent@QTextEdit@@MAEXPAVQKeyEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QTextEdit::focusInEvent(class QFocusEvent *)" (?focusInEvent@QTextEdit@@MAEXPAVQFocusEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QTextEdit::focusOutEvent(class QFocusEvent *)" (?focusOutEvent@QTextEdit@@MAEXPAVQFocusEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QTextEdit::paintEvent(class QPaintEvent *)" (?paintEvent@QTextEdit@@MAEXPAVQPaintEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QTextEdit::resizeEvent(class QResizeEvent *)" (?resizeEvent@QTextEdit@@MAEXPAVQResizeEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QTextEdit::contextMenuEvent(class QContextMenuEvent *)" (?contextMenuEvent@QTextEdit@@MAEXPAVQContextMenuEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QTextEdit::dragEnterEvent(class QDragEnterEvent *)" (?dragEnterEvent@QTextEdit@@MAEXPAVQDragEnterEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QTextEdit::dragMoveEvent(class QDragMoveEvent *)" (?dragMoveEvent@QTextEdit@@MAEXPAVQDragMoveEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QTextEdit::dragLeaveEvent(class QDragLeaveEvent *)" (?dragLeaveEvent@QTextEdit@@MAEXPAVQDragLeaveEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QTextEdit::dropEvent(class QDropEvent *)" (?dropEvent@QTextEdit@@MAEXPAVQDropEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QTextEdit::showEvent(class QShowEvent *)" (?showEvent@QTextEdit@@MAEXPAVQShowEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QTextEdit::changeEvent(class QEvent *)" (?changeEvent@QTextEdit@@MAEXPAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QTextEdit::inputMethodEvent(class QInputMethodEvent *)" (?inputMethodEvent@QTextEdit@@MAEXPAVQInputMethodEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual class QVariant __thiscall QTextEdit::inputMethodQuery(enum Qt::InputMethodQuery)const " (?inputMethodQuery@QTextEdit@@MBE?AVQVariant@@W4InputMethodQuery@Qt@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QTextEdit::focusNextPrevChild(bool)" (?focusNextPrevChild@QTextEdit@@MAE_N_N@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QAbstractScrollArea::viewportEvent(class QEvent *)" (?viewportEvent@QAbstractScrollArea@@MAE_NPAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QTextEdit::scrollContentsBy(int,int)" (?scrollContentsBy@QTextEdit@@MAEXHH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QVariant __thiscall QTextEdit::loadResource(int,class QUrl const &)" (?loadResource@QTextEdit@@UAE?AVQVariant@@HABVQUrl@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual class QMimeData * __thiscall QTextEdit::createMimeDataFromSelection(void)const " (?createMimeDataFromSelection@QTextEdit@@MBEPAVQMimeData@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QTextEdit::canInsertFromMimeData(class QMimeData const *)const " (?canInsertFromMimeData@QTextEdit@@MBE_NPBVQMimeData@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QTextEdit::insertFromMimeData(class QMimeData const *)" (?insertFromMimeData@QTextEdit@@MAEXPBVQMimeData@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QAbstractButton::setText(class QString const &)" (__imp_?setText@QAbstractButton@@QAEXABVQString@@@Z) referenced in function "public: void __thiscall Ui_Form::retranslateUi(class QWidget *)" (?retranslateUi@Ui_Form@@QAEXPAVQWidget@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QLineEdit::setText(class QString const &)" (__imp_?setText@QLineEdit@@QAEXABVQString@@@Z) referenced in function "public: void __thiscall Ui_Form::retranslateUi(class QWidget *)" (?retranslateUi@Ui_Form@@QAEXPAVQWidget@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QGridLayout::~QGridLayout(void)" (__imp_??1QGridLayout@@UAE@XZ) referenced in function "public: virtual void * __thiscall QGridLayout::`scalar deleting destructor'(unsigned int)" (??_GQGridLayout@@UAEPAXI@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QLineEdit::~QLineEdit(void)" (__imp_??1QLineEdit@@UAE@XZ) referenced in function "public: virtual void * __thiscall QLineEdit::`scalar deleting destructor'(unsigned int)" (??_GQLineEdit@@UAEPAXI@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QSpinBox::~QSpinBox(void)" (__imp_??1QSpinBox@@UAE@XZ) referenced in function "public: virtual void * __thiscall QSpinBox::`scalar deleting destructor'(unsigned int)" (??_GQSpinBox@@UAEPAXI@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QPushButton::~QPushButton(void)" (__imp_??1QPushButton@@UAE@XZ) referenced in function "public: virtual void * __thiscall QPushButton::`scalar deleting destructor'(unsigned int)" (??_GQPushButton@@UAEPAXI@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QTextEdit::~QTextEdit(void)" (__imp_??1QTextEdit@@UAE@XZ) referenced in function "public: virtual void * __thiscall QTextEdit::`scalar deleting destructor'(unsigned int)" (??_GQTextEdit@@UAEPAXI@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QLineEdit::setReadOnly(bool)" (__imp_?setReadOnly@QLineEdit@@QAEX_N@Z) referenced in function "private: void __thiscall SslClient::updateEnabledState(void)" (?updateEnabledState@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: enum QAbstractSocket::SocketState __thiscall QAbstractSocket::state(void)const " (__imp_?state@QAbstractSocket@@QBE?AW4SocketState@1@XZ) referenced in function "private: void __thiscall SslClient::updateEnabledState(void)" (?updateEnabledState@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QSslSocket::connectToHostEncrypted(class QString const &,unsigned short,class QFlags<enum QIODevice::OpenModeFlag>)" (__imp_?connectToHostEncrypted@QSslSocket@@QAEXABVQString@@GV?$QFlags@W4OpenModeFlag@QIODevice@@@@@Z) referenced in function "private: void __thiscall SslClient::secureConnect(void)" (?secureConnect@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: int __thiscall QSpinBox::value(void)const " (__imp_?value@QSpinBox@@QBEHXZ) referenced in function "private: void __thiscall SslClient::secureConnect(void)" (?secureConnect@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QSslSocket::QSslSocket(class QObject *)" (__imp_??0QSslSocket@@QAE@PAVQObject@@@Z) referenced in function "private: void __thiscall SslClient::secureConnect(void)" (?secureConnect@SslClient@@AAEXXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QSslSocket::metaObject(void)const " (?metaObject@QSslSocket@@UBEPBUQMetaObject@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QSslSocket::qt_metacast(char const *)" (?qt_metacast@QSslSocket@@UAEPAXPBD@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QSslSocket::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QSslSocket@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall QAbstractSocket::isSequential(void)const " (?isSequential@QAbstractSocket@@UBE_NXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall QIODevice::open(class QFlags<enum QIODevice::OpenModeFlag>)" (?open@QIODevice@@UAE_NV?$QFlags@W4OpenModeFlag@QIODevice@@@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall QSslSocket::close(void)" (?close@QSslSocket@@UAEXXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual __int64 __thiscall QIODevice::pos(void)const " (?pos@QIODevice@@UBE_JXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual __int64 __thiscall QIODevice::size(void)const " (?size@QIODevice@@UBE_JXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall QIODevice::seek(__int64)" (?seek@QIODevice@@UAE_N_J@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall QSslSocket::atEnd(void)const " (?atEnd@QSslSocket@@UBE_NXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall QIODevice::reset(void)" (?reset@QIODevice@@UAE_NXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual __int64 __thiscall QSslSocket::bytesAvailable(void)const " (?bytesAvailable@QSslSocket@@UBE_JXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual __int64 __thiscall QSslSocket::bytesToWrite(void)const " (?bytesToWrite@QSslSocket@@UBE_JXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall QSslSocket::canReadLine(void)const " (?canReadLine@QSslSocket@@UBE_NXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall QSslSocket::waitForReadyRead(int)" (?waitForReadyRead@QSslSocket@@UAE_NH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall QSslSocket::waitForBytesWritten(int)" (?waitForBytesWritten@QSslSocket@@UAE_NH@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual __int64 __thiscall QSslSocket::readData(char *,__int64)" (?readData@QSslSocket@@MAE_JPAD_J@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual __int64 __thiscall QAbstractSocket::readLineData(char *,__int64)" (?readLineData@QAbstractSocket@@MAE_JPAD_J@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual __int64 __thiscall QSslSocket::writeData(char const *,__int64)" (?writeData@QSslSocket@@MAE_JPBD_J@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QSslSocket::~QSslSocket(void)" (__imp_??1QSslSocket@@UAE@XZ) referenced in function "public: virtual void * __thiscall QSslSocket::`scalar deleting destructor'(unsigned int)" (??_GQSslSocket@@UAEPAXI@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QObject::deleteLater(void)" (__imp_?deleteLater@QObject@@QAEXXZ) referenced in function "private: void __thiscall SslClient::socketStateChanged(enum QAbstractSocket::SocketState)" (?socketStateChanged@SslClient@@AAEXW4SocketState@QAbstractSocket@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QWidget::hide(void)" (__imp_?hide@QWidget@@QAEXXZ) referenced in function "private: void __thiscall SslClient::socketStateChanged(enum QAbstractSocket::SocketState)" (?socketStateChanged@SslClient@@AAEXW4SocketState@QAbstractSocket@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QWidget::setFocus(void)" (__imp_?setFocus@QWidget@@QAEXXZ) referenced in function "private: void __thiscall SslClient::socketStateChanged(enum QAbstractSocket::SocketState)" (?socketStateChanged@SslClient@@AAEXW4SocketState@QAbstractSocket@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QPalette::~QPalette(void)" (__imp_??1QPalette@@QAE@XZ) referenced in function "private: void __thiscall SslClient::socketStateChanged(enum QAbstractSocket::SocketState)" (?socketStateChanged@SslClient@@AAEXW4SocketState@QAbstractSocket@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QWidget::setPalette(class QPalette const &)" (__imp_?setPalette@QWidget@@QAEXABVQPalette@@@Z) referenced in function "private: void __thiscall SslClient::socketStateChanged(enum QAbstractSocket::SocketState)" (?socketStateChanged@SslClient@@AAEXW4SocketState@QAbstractSocket@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QPalette::QPalette(void)" (__imp_??0QPalette@@QAE@XZ) referenced in function "private: void __thiscall SslClient::socketStateChanged(enum QAbstractSocket::SocketState)" (?socketStateChanged@SslClient@@AAEXW4SocketState@QAbstractSocket@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QSslCipher::~QSslCipher(void)" (__imp_??1QSslCipher@@QAE@XZ) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QWidget::setLayout(class QLayout *)" (__imp_?setLayout@QWidget@@QAEXPAVQLayout@@@Z) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QBoxLayout::addStretch(int)" (__imp_?addStretch@QBoxLayout@@QAEXH@Z) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QBoxLayout::setSpacing(int)" (__imp_?setSpacing@QBoxLayout@@QAEXH@Z) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QLayout::setMargin(int)" (__imp_?setMargin@QLayout@@QAEXH@Z) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QStyle * __thiscall QWidget::style(void)const " (__imp_?style@QWidget@@QBEPAVQStyle@@XZ) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QHBoxLayout::QHBoxLayout(class QWidget *)" (__imp_??0QHBoxLayout@@QAE@PAVQWidget@@@Z) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QWidget::setSizePolicy(enum QSizePolicy::Policy,enum QSizePolicy::Policy)" (__imp_?setSizePolicy@QWidget@@QAEXW4Policy@QSizePolicy@@0@Z) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: int __thiscall QWidget::height(void)const " (__imp_?height@QWidget@@QBEHXZ) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QWidget::setToolTip(class QString const &)" (__imp_?setToolTip@QWidget@@QAEXABVQString@@@Z) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QCursor::~QCursor(void)" (__imp_??1QCursor@@QAE@XZ) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QWidget::setCursor(class QCursor const &)" (__imp_?setCursor@QWidget@@QAEXABVQCursor@@@Z) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QCursor::QCursor(enum Qt::CursorShape)" (__imp_??0QCursor@@QAE@W4CursorShape@Qt@@@Z) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QIcon::~QIcon(void)" (__imp_??1QIcon@@QAE@XZ) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QAbstractButton::setIcon(class QIcon const &)" (__imp_?setIcon@QAbstractButton@@QAEXABVQIcon@@@Z) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QIcon::QIcon(class QString const &)" (__imp_??0QIcon@@QAE@ABVQString@@@Z) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QToolButton::QToolButton(class QWidget *)" (__imp_??0QToolButton@@QAE@PAVQWidget@@@Z) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QString __thiscall QString::arg(int,int,int,class QChar const &)const " (__imp_?arg@QString@@QBE?AV1@HHHABVQChar@@@Z) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QString __thiscall QSslCipher::authenticationMethod(void)const " (__imp_?authenticationMethod@QSslCipher@@QBE?AVQString@@XZ) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QString __thiscall QSslCipher::name(void)const " (__imp_?name@QSslCipher@@QBE?AVQString@@XZ) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: int __thiscall QSslCipher::usedBits(void)const " (__imp_?usedBits@QSslCipher@@QBEHXZ) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: int __thiscall QSslCipher::supportedBits(void)const " (__imp_?supportedBits@QSslCipher@@QBEHXZ) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QSslCipher __thiscall QSslSocket::sessionCipher(void)const " (__imp_?sessionCipher@QSslSocket@@QBE?AVQSslCipher@@XZ) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QPalette::setColor(enum QPalette::ColorRole,class QColor const &)" (__imp_?setColor@QPalette@@QAEXW4ColorRole@1@ABVQColor@@@Z) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QColor::QColor(int,int,int,int)" (__imp_??0QColor@@QAE@HHHH@Z) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QTextEdit::clear(void)" (__imp_?clear@QTextEdit@@QAEXXZ) referenced in function "private: void __thiscall SslClient::socketEncrypted(void)" (?socketEncrypted@SslClient@@AAEXXZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QToolButton::metaObject(void)const " (?metaObject@QToolButton@@UBEPBUQMetaObject@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QToolButton::qt_metacast(char const *)" (?qt_metacast@QToolButton@@UAEPAXPBD@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QToolButton::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QToolButton@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QToolButton::event(class QEvent *)" (?event@QToolButton@@MAE_NPAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QToolButton::timerEvent(class QTimerEvent *)" (?timerEvent@QToolButton@@MAEXPAVQTimerEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QToolButton::sizeHint(void)const " (?sizeHint@QToolButton@@UBE?AVQSize@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual class QSize __thiscall QToolButton::minimumSizeHint(void)const " (?minimumSizeHint@QToolButton@@UBE?AVQSize@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QToolButton::mousePressEvent(class QMouseEvent *)" (?mousePressEvent@QToolButton@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QToolButton::mouseReleaseEvent(class QMouseEvent *)" (?mouseReleaseEvent@QToolButton@@MAEXPAVQMouseEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractButton::keyPressEvent(class QKeyEvent *)" (?keyPressEvent@QAbstractButton@@MAEXPAVQKeyEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractButton::focusInEvent(class QFocusEvent *)" (?focusInEvent@QAbstractButton@@MAEXPAVQFocusEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QAbstractButton::focusOutEvent(class QFocusEvent *)" (?focusOutEvent@QAbstractButton@@MAEXPAVQFocusEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QToolButton::enterEvent(class QEvent *)" (?enterEvent@QToolButton@@MAEXPAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QToolButton::leaveEvent(class QEvent *)" (?leaveEvent@QToolButton@@MAEXPAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QToolButton::paintEvent(class QPaintEvent *)" (?paintEvent@QToolButton@@MAEXPAVQPaintEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QToolButton::actionEvent(class QActionEvent *)" (?actionEvent@QToolButton@@MAEXPAVQActionEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QToolButton::changeEvent(class QEvent *)" (?changeEvent@QToolButton@@MAEXPAVQEvent@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QToolButton::hitButton(class QPoint const &)const " (?hitButton@QToolButton@@MBE_NABVQPoint@@@Z)
sslclient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QToolButton::nextCheckState(void)" (?nextCheckState@QToolButton@@MAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QToolButton::~QToolButton(void)" (__imp_??1QToolButton@@UAE@XZ) referenced in function "public: virtual void * __thiscall QToolButton::`scalar deleting destructor'(unsigned int)" (??_GQToolButton@@UAEPAXI@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QByteArray::~QByteArray(void)" (__imp_??1QByteArray@@QAE@XZ) referenced in function "private: void __thiscall SslClient::socketReadyRead(void)" (?socketReadyRead@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QByteArray::operator char const *(void)const " (__imp_??BQByteArray@@QBEPBDXZ) referenced in function "private: void __thiscall SslClient::socketReadyRead(void)" (?socketReadyRead@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QByteArray __thiscall QIODevice::readAll(void)" (__imp_?readAll@QIODevice@@QAE?AVQByteArray@@XZ) referenced in function "private: void __thiscall SslClient::socketReadyRead(void)" (?socketReadyRead@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QLineEdit::clear(void)" (__imp_?clear@QLineEdit@@QAEXXZ) referenced in function "private: void __thiscall SslClient::sendData(void)" (?sendData@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall QIODevice::write(class QByteArray const &)" (__imp_?write@QIODevice@@QAE_JABVQByteArray@@@Z) referenced in function "private: void __thiscall SslClient::sendData(void)" (?sendData@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QByteArray __thiscall QString::toUtf8(void)const " (__imp_?toUtf8@QString@@QBE?AVQByteArray@@XZ) referenced in function "private: void __thiscall SslClient::sendData(void)" (?sendData@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QByteArray & __thiscall QByteArray::operator+=(char const *)" (__imp_??YQByteArray@@QAEAAV0@PBD@Z) referenced in function "class QByteArray const __cdecl operator+(class QByteArray const &,char const *)" (??H@YA?BVQByteArray@@ABV0@PBD@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QByteArray::QByteArray(class QByteArray const &)" (__imp_??0QByteArray@@QAE@ABV0@@Z) referenced in function "class QByteArray const __cdecl operator+(class QByteArray const &,char const *)" (??H@YA?BVQByteArray@@ABV0@PBD@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QString & __thiscall QString::operator+=(class QChar)" (__imp_??YQString@@QAEAAV0@VQChar@@@Z) referenced in function "class QString const __cdecl operator+(class QString const &,char)" (??H@YA?BVQString@@ABV0@D@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class QChar __cdecl QChar::fromAscii(char)" (__imp_?fromAscii@QChar@@SA?AV1@D@Z) referenced in function "class QString const __cdecl operator+(class QString const &,char)" (??H@YA?BVQString@@ABV0@D@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QSslSocket::ignoreSslErrors(void)" (__imp_?ignoreSslErrors@QSslSocket@@QAEXXZ) referenced in function "private: void __thiscall SslClient::sslErrors(class QList<class QSslError> const &)" (?sslErrors@SslClient@@AAEXABV?$QList@VQSslError@@@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: int __thiscall QDialog::exec(void)" (__imp_?exec@QDialog@@QAEHXZ) referenced in function "private: void __thiscall SslClient::sslErrors(class QList<class QSslError> const &)" (?sslErrors@SslClient@@AAEXABV?$QList@VQSslError@@@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QString __thiscall QSslError::errorString(void)const " (__imp_?errorString@QSslError@@QBE?AVQString@@XZ) referenced in function "private: void __thiscall SslClient::sslErrors(class QList<class QSslError> const &)" (?sslErrors@SslClient@@AAEXABV?$QList@VQSslError@@@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QPushButton::setAutoDefault(bool)" (__imp_?setAutoDefault@QPushButton@@QAEX_N@Z) referenced in function "public: void __thiscall Ui_SslErrors::setupUi(class QDialog *)" (?setupUi@Ui_SslErrors@@QAEXPAVQDialog@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QList<class QSslCertificate> __thiscall QSslSocket::peerCertificateChain(void)const " (__imp_?peerCertificateChain@QSslSocket@@QBE?AV?$QList@VQSslCertificate@@@@XZ) referenced in function "private: void __thiscall SslClient::displayCertificateInfo(void)" (?displayCertificateInfo@SslClient@@AAEXXZ)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QTextCursor::~QTextCursor(void)" (__imp_??1QTextCursor@@QAE@XZ) referenced in function "private: void __thiscall SslClient::appendString(class QString const &)" (?appendString@SslClient@@AAEXABVQString@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QAbstractSlider::setValue(int)" (__imp_?setValue@QAbstractSlider@@QAEXH@Z) referenced in function "private: void __thiscall SslClient::appendString(class QString const &)" (?appendString@SslClient@@AAEXABVQString@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: int __thiscall QAbstractSlider::maximum(void)const " (__imp_?maximum@QAbstractSlider@@QBEHXZ) referenced in function "private: void __thiscall SslClient::appendString(class QString const &)" (?appendString@SslClient@@AAEXABVQString@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QScrollBar * __thiscall QAbstractScrollArea::verticalScrollBar(void)const " (__imp_?verticalScrollBar@QAbstractScrollArea@@QBEPAVQScrollBar@@XZ) referenced in function "private: void __thiscall SslClient::appendString(class QString const &)" (?appendString@SslClient@@AAEXABVQString@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QTextCursor::insertText(class QString const &)" (__imp_?insertText@QTextCursor@@QAEXABVQString@@@Z) referenced in function "private: void __thiscall SslClient::appendString(class QString const &)" (?appendString@SslClient@@AAEXABVQString@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall QTextCursor::movePosition(enum QTextCursor::MoveOperation,enum QTextCursor::MoveMode,int)" (__imp_?movePosition@QTextCursor@@QAE_NW4MoveOperation@1@W4MoveMode@1@H@Z) referenced in function "private: void __thiscall SslClient::appendString(class QString const &)" (?appendString@SslClient@@AAEXABVQString@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QTextCursor __thiscall QTextEdit::textCursor(void)const " (__imp_?textCursor@QTextEdit@@QBE?AVQTextCursor@@XZ) referenced in function "private: void __thiscall SslClient::appendString(class QString const &)" (?appendString@SslClient@@AAEXABVQString@@@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QSslError::~QSslError(void)" (__imp_??1QSslError@@QAE@XZ) referenced in function "public: void * __thiscall QSslError::`scalar deleting destructor'(unsigned int)" (??_GQSslError@@QAEPAXI@Z)
sslclient.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QSslError::QSslError(class QSslError const &)" (__imp_??0QSslError@@QAE@ABV0@@Z) referenced in function "private: void __thiscall QList<class QSslError>::node_copy(struct QList<class QSslError>::Node *,struct QList<class QSslError>::Node *,struct QList<class QSslError>::Node *)" (?node_copy@?$QList@VQSslError@@@@AAEXPAUNode@1@00@Z)
D:\VisualC++Projects\securesocketclient4\Debug\securesocketclient4.exe : fatal error LNK1120: 551 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


Придется добавлять динамические библиотеки:
для Debug
QtCored4.dll
QtGuid4.dll
QtNetworkd4.dll
для Release

QtCore4.dll
QtGui4.dll
QtNetwork4.dll



Теперь настраиваем условия компиляции (линковки) в зависимости от типа проекта:
Cначала для Debug


 Затем Release


 В результате переключения режима сборки должно быть следующее:



Опять компилим:


------ Build started: Project: securesocketclient4, Configuration: Debug Win32 ------
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall CertificateInfo::metaObject(void)const " (?metaObject@CertificateInfo@@UBEPBUQMetaObject@@XZ)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall CertificateInfo::qt_metacast(char const *)" (?qt_metacast@CertificateInfo@@UAEPAXPBD@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CertificateInfo::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@CertificateInfo@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
certificateinfo.obj : error LNK2001: unresolved external symbol "public: static struct QMetaObject const CertificateInfo::staticMetaObject" (?staticMetaObject@CertificateInfo@@2UQMetaObject@@B)
main.obj : error LNK2019: unresolved external symbol "int __cdecl qInitResources_securesocketclient(void)" (?qInitResources_securesocketclient@@YAHXZ) referenced in function _main
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall SslClient::metaObject(void)const " (?metaObject@SslClient@@UBEPBUQMetaObject@@XZ)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall SslClient::qt_metacast(char const *)" (?qt_metacast@SslClient@@UAEPAXPBD@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall SslClient::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@SslClient@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
sslclient.obj : error LNK2001: unresolved external symbol "public: static struct QMetaObject const SslClient::staticMetaObject" (?staticMetaObject@SslClient@@2UQMetaObject@@B)
D:\VisualC++Projects\securesocketclient4\Debug\securesocketclient4.exe : fatal error LNK1120: 9 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


Ошибок меньше, но не понятно, как с ними бороться...
Продолжение следует ;)