Hacker News new | ask | show | jobs
by UnFleshedOne 2447 days ago
Building Qt apps on windows is trivial if you use Visual Studio as a first class project with a few Qt specific msbuild targets, there are a few floating around. Then moc'in a header is as simple as using <MOC> element in vsxproj instead of <Include>, similar for UI and RCC, etc.

Does mean you have a platform specific build system though.