White spaces in path not addressed by qmake while generating Makefile
Installation and Deployment
3
Posts
2
Posters
4.1k
Views
1
Watching
-
wrote on 14 Nov 2010, 03:29 last edited by
The Makefile generated by qmake does not handle paths with white spaces while generating moc files.
eg) Makefile would contain
moc_foo.cpp:
/Developer/Tools/Qt/moc $(DEFINES) $(INCPATH) -D__APPLE__ -D__GNUC__ ../My Folder/foo.h -o moc_foo.cppThis results in too many input files error.
-
wrote on 14 Nov 2010, 15:47 last edited by
Maybe "this":http://doc.trolltech.com/latest/qmake-project-files.html#whitespace would help you..
-
wrote on 19 Nov 2010, 04:37 last edited by
Tried that but it did not help have the same issue still.
3/3