fix error messaging

This commit is contained in:
Akash Mozumdar 2022-01-02 00:49:50 -07:00
parent dad036083a
commit 3a9fdfb9ae
3 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,7 @@ find_qt5(Core Widgets WinExtras)
add_executable(Textractor WIN32
main.cpp
exception.cpp
mainwindow.cpp
extenwindow.cpp
attachprocessdialog.cpp

View File

@ -1,5 +1,4 @@
add_library(host
exception.cpp
host.cpp
textthread.cpp
hookcode.cpp