Re: Can someone confirm?

Leon Pollak <[email protected]> Tue, 7 Apr 2020 13:43:24 +0300
Newsgroups gmane.comp.kde.users.kdevelop
Message-ID <[email protected]>
As René advised I copied file name in the tab of the empty file and
was surprised.

My project tree is as following:

/Projects/CSU/src/ - here reside all files, part here, part in
subdirectories.

For example, the file I test now is in
/Projects/CSU/src/Units/UNIT_IDE.cpp

When I copy its name with right-click on the empty file tab named
UNIT_IDE.cpp

I receive the name /Projects/src/Units/UNIT_IDE.cpp.

As for the build directory, it resides (and always was there) in

/Projects/CSU/BuildA8/debug

Now, I picked up a project copy from December - everything works
fine.

Comparison of two trees gave me (new-old):

- ninja-build instead of gmake+ccmake

- CMAKE_GENERATOR:INTERNAL=Ninja instead of "Unix Makefiles"

Does all this make any sense to my problem?

--

Leon