Qt undefined reference to 问题
狰鸩的快乐 2020-08-03 02:34:52 debug/ae_widget.o: In function `ZN9AE_widget16ChangeDevelopPinEi':
F:\work\20.07.05_AuthorizedEncryption\build-AuthorizedEncryption-Desktop_Qt_5_9_0_MinGW_32bit-Debug/../AuthorizedEncryption/ae_widget.cpp:11: undefined reference to `_imp___ZN19AuthorizationClientC1Ev'
F:\work\20.07.05_AuthorizedEncryption\build-AuthorizedEncryption-Desktop_Qt_5_9_0_MinGW_32bit-Debug/../AuthorizedEncryption/ae_widget.cpp:12: undefined reference to `_imp___ZN16AbsAuthorization4InitEv'
F:\work\20.07.05_AuthorizedEncryption\build-AuthorizedEncryption-Desktop_Qt_5_9_0_MinGW_32bit-Debug/../AuthorizedEncryption/ae_widget.cpp:18: undefined reference to `_imp__developerPIN'
F:\work\20.07.05_AuthorizedEncryption\build-AuthorizedEncryption-Desktop_Qt_5_9_0_MinGW_32bit-Debug/../AuthorizedEncryption/ae_widget.cpp:18: undefined reference to `_imp__developerPIN_old'
F:\work\20.07.05_AuthorizedEncryption\build-AuthorizedEncryption-Desktop_Qt_5_9_0_MinGW_32bit-Debug/../AuthorizedEncryption/ae_widget.cpp:18: undefined reference to `_imp___ZN16AbsAuthorization16ChangeDevelopPinEPhS0_'
F:\work\20.07.05_AuthorizedEncryption\build-AuthorizedEncryption-Desktop_Qt_5_9_0_MinGW_32bit-Debug/../AuthorizedEncryption/ae_widget.cpp:19: undefined reference to `_imp__userPIN'
F:\work\20.07.05_AuthorizedEncryption\build-AuthorizedEncryption-Desktop_Qt_5_9_0_MinGW_32bit-Debug/../AuthorizedEncryption/ae_widget.cpp:19: undefined reference to `_imp__userPIN_old'
F:\work\20.07.05_AuthorizedEncryption\build-AuthorizedEncryption-Desktop_Qt_5_9_0_MinGW_32bit-Debug/../AuthorizedEncryption/ae_widget.cpp:19: undefined reference to `_imp___ZN16AbsAuthorization13ChangeUserPinEPhS0_'
F:\work\20.07.05_AuthorizedEncryption\build-AuthorizedEncryption-Desktop_Qt_5_9_0_MinGW_32bit-Debug/../AuthorizedEncryption/ae_widget.cpp:22: undefined reference to `_imp__developerPIN_old'
F:\work\20.07.05_AuthorizedEncryption\build-AuthorizedEncryption-Desktop_Qt_5_9_0_MinGW_32bit-Debug/../AuthorizedEncryption/ae_widget.cpp:22: undefined reference to `_imp__developerPIN'
F:\work\20.07.05_AuthorizedEncryption\build-AuthorizedEncryption-Desktop_Qt_5_9_0_MinGW_32bit-Debug/../AuthorizedEncryption/ae_widget.cpp:22: undefined reference to `_imp___ZN16AbsAuthorization16ChangeDevelopPinEPhS0_'
F:\work\20.07.05_AuthorizedEncryption\build-AuthorizedEncryption-Desktop_Qt_5_9_0_MinGW_32bit-Debug/../AuthorizedEncryption/ae_widget.cpp:23: undefined reference to `_imp__userPIN_old'
F:\work\20.07.05_AuthorizedEncryption\build-AuthorizedEncryption-Desktop_Qt_5_9_0_MinGW_32bit-Debug/../AuthorizedEncryption/ae_widget.cpp:23: undefined reference to `_imp__userPIN'
F:\work\20.07.05_AuthorizedEncryption\build-AuthorizedEncryption-Desktop_Qt_5_9_0_MinGW_32bit-Debug/../AuthorizedEncryption/ae_widget.cpp:23: undefined reference to `_imp___ZN16AbsAuthorization13ChangeUserPinEPhS0_'
F:\work\20.07.05_AuthorizedEncryption\build-AuthorizedEncryption-Desktop_Qt_5_9_0_MinGW_32bit-Debug/../AuthorizedEncryption/ae_widget.cpp:31: undefined reference to `_imp___ZN16AbsAuthorization5CloseEv'
debug/ae_widget.o: In function `ZN9AE_widget21on_pushButton_clickedEv':
F:\work\20.07.05_AuthorizedEncryption\build-AuthorizedEncryption-Desktop_Qt_5_9_0_MinGW_32bit-Debug/../AuthorizedEncryption/ae_widget.cpp:89: undefined reference to `_imp___ZN19AuthorizationClientC1Ev'
F:\work\20.07.05_AuthorizedEncryption\build-AuthorizedEncryption-Desktop_Qt_5_9_0_MinGW_32bit-Debug/../AuthorizedEncryption/ae_widget.cpp:90: undefined reference to `_imp___ZN16AbsAuthorization4InitEv'
F:\work\20.07.05_AuthorizedEncryption\build-AuthorizedEncryption-Desktop_Qt_5_9_0_MinGW_32bit-Debug/../AuthorizedEncryption/ae_widget.cpp:104: undefined reference to `_imp__userPIN'
F:\work\20.07.05_AuthorizedEncryption\build-AuthorizedEncryption-Desktop_Qt_5_9_0_MinGW_32bit-Debug/../AuthorizedEncryption/ae_widget.cpp:104: undefined reference to `_imp___ZN19AuthorizationClient11IsAuthorizeEPh'
F:\work\20.07.05_AuthorizedEncryption\build-AuthorizedEncryption-Desktop_Qt_5_9_0_MinGW_32bit-Debug/../AuthorizedEncryption/ae_widget.cpp:112: undefined reference to `_imp___ZN16AbsAuthorization5CloseEv'
debug/ae_widget.o: In function `ZN19AuthorizationClientD1Ev':
F:\work\20.07.05_AuthorizedEncryption\build-AuthorizedEncryption-Desktop_Qt_5_9_0_MinGW_32bit-Debug/../AuthorizedEncryption/authorizationclient.h:6: undefined reference to `_imp___ZN16AbsAuthorizationD2Ev'
collect2.exe: error: ld returned 1 exit status
mingw32-make[1]: *** [debug\AuthorizedEncryption.exe] Error 1
mingw32-make: *** [debug] Error 2
如上所示的问题应该如何解决。谢谢