Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qt Cmake issue #4

Closed
rdoherty47 opened this issue Nov 28, 2011 · 2 comments
Closed

Qt Cmake issue #4

rdoherty47 opened this issue Nov 28, 2011 · 2 comments
Labels

Comments

@rdoherty47
Copy link

I'm running Ubuntu 11.04. I built and installed OpenTLD and played around with it for a while, and from what I saw it worked awesome. I want to build it with Qt support, and for cmake ran "cmake -DBUILD_WITH_QT=true" and got the following error:

CMake Error in src/CMakeLists.txt:
Cannot find source file "qtconfiggui.ui". Tried extensions .c .C .c++ .cc
.cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx

I checked and the file it's looking for is not there. Any quick fix for this?

PS - This implementation is really great!! A lot better than the others that I tried! Keep up the great work.

@gnebehay
Copy link
Owner

The reason why this flag exists is that in an older version there was a graphical user interface written in Qt where you could adjust the parameters for the config file. The code then was refactored and because I haven't found the time the gui was not updated yet. But it actually shouldn't take very long to do that so check back soon.

@gnebehay
Copy link
Owner

gnebehay commented Dec 8, 2011

Meanwhile, the gui was added.

@gnebehay gnebehay closed this as completed Dec 8, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants