fdushijia / monav

Automatically exported from code.google.com/p/monav
0 stars 0 forks source link

qmake preprocessor.pro error #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

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