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()
|
endif()
|
||||||
|
|
||||||
if(WITH_GUI_TEST)
|
if(WITH_GUI_TEST)
|
||||||
|
set(QtTesting_QT_VERSION "6")
|
||||||
add_subdirectory(external/qttesting)
|
add_subdirectory(external/qttesting)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue