How to add/read parameters

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
wmayer
Founder
Posts: 20074
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: How to add/read parameters

Post by wmayer »

git show 57b633f
pperisin
Posts: 695
Joined: Wed Oct 20, 2010 12:29 pm

Re: How to add/read parameters

Post by pperisin »

Thanks for merge, Werner,

However, I have tried to pull and compile master, and I had problems. I have found out that they are in CMakeLists.txt - I was adding stuff in it, and it seems my editor was set to insert tabs instead of spaces before names of *.cpp, *.h and *.ui files.

Here is new CMakeLists.txt for the:

\src\Gui\CMakeLists.txt

Regards
Petar
Attachments
CMakeLists.zip
(4.34 KiB) Downloaded 30 times
Post Reply