make thing compile

This commit is contained in:
RickyRister 2026-01-05 01:03:49 -08:00 committed by Lukas Brübach
parent db0a642880
commit 00634c4d30
2 changed files with 2 additions and 1 deletions

View file

@ -357,6 +357,7 @@ if(WITH_ORACLE)
endif() endif()
if(WITH_GUI_TEST) if(WITH_GUI_TEST)
set(QtTesting_QT_VERSION "6")
add_subdirectory(external/qttesting) add_subdirectory(external/qttesting)
endif() endif()

View file

@ -163,7 +163,7 @@ private:
GameReplay *replay; GameReplay *replay;
DlgTipOfTheDay *tip; DlgTipOfTheDay *tip;
QUrl connectTo; QUrl connectTo;
// pqTestUtility *TestUtility; pqTestUtility *TestUtility;
public: public:
explicit MainWindow(QWidget *parent = nullptr); explicit MainWindow(QWidget *parent = nullptr);