pzorin / qgo

qGo is a Go Client (IGS, WING, LGS, WBaduk/CyberORO, Tygem, Tom, and eWeiqi) based on Qt 5. No active development is happening nor should any be expected.
GNU General Public License v2.0
82 stars 34 forks source link

ui_mainwindow.h #15

Closed jimlund closed 10 years ago

jimlund commented 10 years ago

Hi,

Trying to build, it can't find file ui_mainwindow.h (included by mainwindow.h) . I think it needs to be added to the repository.

Here's the build error: g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/opt/Qt/5.2.0/gcc_64/mkspecs/linux-g++ -I. -I. -Inetwork -Iaudio -Igtp -Igame_interfaces -Igame_tree -Iboard -Isgf -I/opt/Qt/5.2.0/gcc_64/include -I/opt/Qt/5.2.0/gcc_64/include/QtGui -I/opt/Qt/5.2.0/gcc_64/include/QtCore -I/opt/Qt/5.2.0/gcc_64/include/QtWidgets -I../build/moc -o ../build/objects/main.o main.cpp In file included from main.cpp:25:0: mainwindow.h:26:27: fatal error: ui_mainwindow.h: No such file or directory compilation terminated.

Thanks,

Jim

jimlund commented 10 years ago

My mistake, I needed the qt5 branch. I'll cancel the issue.