From 00634c4d30388f2dfae8af43a0f1ce23871c280f Mon Sep 17 00:00:00 2001 From: RickyRister Date: Mon, 5 Jan 2026 01:03:49 -0800 Subject: [PATCH] make thing compile --- CMakeLists.txt | 1 + cockatrice/src/interface/window_main.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f207dad85..3b8d00e85 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -357,6 +357,7 @@ if(WITH_ORACLE) endif() if(WITH_GUI_TEST) + set(QtTesting_QT_VERSION "6") add_subdirectory(external/qttesting) endif() diff --git a/cockatrice/src/interface/window_main.h b/cockatrice/src/interface/window_main.h index 4bb4e2807..362e54129 100644 --- a/cockatrice/src/interface/window_main.h +++ b/cockatrice/src/interface/window_main.h @@ -163,7 +163,7 @@ private: GameReplay *replay; DlgTipOfTheDay *tip; QUrl connectTo; - // pqTestUtility *TestUtility; + pqTestUtility *TestUtility; public: explicit MainWindow(QWidget *parent = nullptr);