mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -07:00
make thing compile
This commit is contained in:
parent
db0a642880
commit
00634c4d30
2 changed files with 2 additions and 1 deletions
|
|
@ -357,6 +357,7 @@ if(WITH_ORACLE)
|
|||
endif()
|
||||
|
||||
if(WITH_GUI_TEST)
|
||||
set(QtTesting_QT_VERSION "6")
|
||||
add_subdirectory(external/qttesting)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
|
|
@ -163,7 +163,7 @@ private:
|
|||
GameReplay *replay;
|
||||
DlgTipOfTheDay *tip;
|
||||
QUrl connectTo;
|
||||
// pqTestUtility *TestUtility;
|
||||
pqTestUtility *TestUtility;
|
||||
|
||||
public:
|
||||
explicit MainWindow(QWidget *parent = nullptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue