Question regarding qmake
Qt Creator and other tools
1
Posts
1
Posters
1.4k
Views
1
Watching
-
I'm trying to generate a makefile using qmake that only has the moc information in it. Similar to the makefile qt_preprocess.mak when generated by
qmake -spec macx-xcode someproject.pro
I notice when you use qmake to generate an xcode project, qmake will generate a makefile called qt_makeqmake.mak and another makefile called qt_preprocess.mak and places them into the xcodeproj package.
Is it possible to generate the qt_preprocess.mak file without generating the qt_makeqmake.mak file?