It fixed the problem.
Thanks!
2012/8/31 Stephen Kelly
> 5408225286dfdd4cd957c129db0873cbbab05bc0
>
--
Best Regards
Yuchen
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
On Thursday, August 30, 2012 23:53:27 Loaden wrote:
> > loaden@qpsoft:~/qpSOFT/Projects/qtdemo/m64$ make
> > Scanning dependencies of target helloworld_automoc
> > [ 20%] Automoc for target helloworld
> > Generating moc_mainwindow.cpp
> > No such file or directory
> > AUTOMOC: error: process for
Hi, there!
I am try to cross compilation qt5 apps on Linux.
By this wiki point: http://www.cmake.org/Wiki/CmakeMingw
I can make the simple qt5 demo works.
main.cpp
> #include
> #include
>
> int main(int argc, char *argv[])
> {
> QApplication a(argc, argv);
> QLabel *label = new QLabel("