[Cmake] Possible bug
Bill Hoffman
bill.hoffman at kitware.com
Mon Sep 23 11:47:16 EDT 2002
I think this was fixed in the most current patch for cmake. 1.4.5.
Can you try that version of cmake? You should be able to do a check
for updates.
-Bill
At 04:48 PM 9/23/2002 +0200, Jahn Otto Næsgaard Andersen wrote:
>I have discovered something that may be a bug (or just me misunderstanding something).
>
>I my CMakeLists.txt, I have
>
>QT_WRAP_UI(
> ProjectName
> QTUI_HEADERFILES
> QTUI_SOURCEFILES
> gui/appwindow.ui
> )
>
>
>When using Visual C++ .NET, the two necessary custom build commands in projectname.vcproj.cmake are added as expected, but without the necessary newline in between them:
>
>c:\qt\bin\uic.exe [blablablabla] c:\qt\bin\uic.exe [blablablabla]
>
>As far as I know, a newline is required between separate custom build commands:
>
>c:\qt\bin\uic.exe [blablablabla]
>c:\qt\bin\uic.exe [blablablabla]
>
>This causes the build to fail.
>
>
>Jahn Otto
>
>_______________________________________________
>Cmake mailing list
>Cmake at public.kitware.com
>http://public.kitware.com/mailman/listinfo/cmake
More information about the CMake
mailing list