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

qmake preprocessor.pro error #38

Closed
GoogleCodeExporter opened this issue Mar 20, 2016 · 2 comments
Closed

qmake preprocessor.pro error #38

GoogleCodeExporter opened this issue Mar 20, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.qmake CONFIG+=release monavpreprocessor.pro && make
2.
3.

What is the expected output? What do you see instead?
a lot of undefined of QGUI

What version of the product are you using? On what operating system?
svn latest version.

Please provide any additional information below.
1 line in preprocessor/preprocessor.pro should be modified like:
QT += gui
instead of 
QT -= gui


Original issue reported on code.google.com by john...@gmail.com on 23 Feb 2011 at 1:39

@GoogleCodeExporter
Copy link
Author

Due to recent changes you need to add "DEFINES+=NOGUI" to the qmake command 
line. Please note that you have to start with a clean checkout from the svn, 
otherwise the makefiles will not be properly updated.

I'll leave this issue open until this properly reflected in the documentation.

Original comment by veaac.fd...@gmail.com on 23 Feb 2011 at 2:45

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Original comment by veaac.fd...@gmail.com on 18 Apr 2011 at 3:01

  • Changed state: Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant