[vpn-devel] qt >= 4.2??

Matthew Grooms mgrooms at shrew.net
Sun Dec 9 18:31:39 CST 2012


Hmmm. I updated the copyright dates on those dialogs last month, but 
that didn't change any code. I did it by hand ( not using the qt gui dev 
tools ) and only modified the text resources in the ui file. The last 
real change to that code was in June of 2010.

The ui_about.h file is automatically generated by the qt build utils ( 
moc I think ). I think you must have ui_XXX.h files that were generated 
with one version of Qt and are trying to compile them using a different 
version of Qt. Have you tried a make clean and then a make?

-Matthew

On 12/5/2012 3:36 AM, Matthew Austin wrote:
> Did you maybe bump qt version past 4.2 to 4.3?
>
> [ 80%] Building CXX object source/qikea/CMakeFiles/qikea.dir/main.cpp.o
> /home/oracle/svn/shrew/source/qikea/ui_about.h: In member function
> ‘void Ui_qikeaAbout::setupUi(QDialog*)’:
> /home/oracle/svn/shrew/source/qikea/ui_about.h:69: error: ‘class
> QVBoxLayout’ has no member named ‘setLeftMargin’
> /home/oracle/svn/shrew/source/qikea/ui_about.h:70: error: ‘class
> QVBoxLayout’ has no member named ‘setTopMargin’
> /home/oracle/svn/shrew/source/qikea/ui_about.h:71: error: ‘class
> QVBoxLayout’ has no member named ‘setRightMargin’
> /home/oracle/svn/shrew/source/qikea/ui_about.h:72: error: ‘class
> QVBoxLayout’ has no member named ‘setBottomMargin’
> make[2]: *** [source/qikea/CMakeFiles/qikea.dir/main.cpp.o] Error 1
> make[1]: *** [source/qikea/CMakeFiles/qikea.dir/all] Error 2
> make: *** [all] Error 2
> _______________________________________________
> vpn-devel mailing list
> vpn-devel at lists.shrew.net
> http://lists.shrew.net/mailman/listinfo/vpn-devel
>




More information about the vpn-devel mailing list