On Thursday 12 November 2009, Peter Kümmel wrote: > Peter Kümmel wrote: > > Alexander Neundorf wrote: > >>>> https://mail.kde.org/mailman/listinfo/kde-windows > >>> > >>> I don't know about this option, but I wouldn't use the cmake visual > >>> studio generator since it breaks at least in kdelibs > >> > >> What breaks ? > >> I'd really like to know, because I can't remember that I heard of that > >> before. > > > > All tests are broken in the IDE: when starting RUN_TESTS, there is > > everywhere the not expanded variable $(OutDir), should be 'Debug'; eg.: > > > > 8/120 Testing kurltest Could not find executable > > K:/kderoot/build/kde/kdelibs-20080202/ide/kdecore/tests/$(OutDir)/kurltes > >t.exe.bat > > Any ideas here Alex? So K:/kderoot/build/kde/kdelibs-20080202/ide/kdecore/tests/$(OutDir)/ is the result of get_target_property( LOCATION ) What does get_target_property( LOCATION_DEBUG ) give ? Can you please create a tiny example which with the solution files for you manually, independent from KDE ? i.e. cmake_minimum_required(VERSION 2.6.2) enable_testing() add_executable(foo foo.c) add_test(foo_test ) Alex _______________________________________________ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows