[glideplan_swproj] Created project directory

  • From: Cestmir Houska <czestmyr@xxxxxxxxx>
  • To: glideplan_swproj@xxxxxxxxxxxxx
  • Date: Thu, 1 Dec 2011 17:23:44 +0100

Hi all!

I moved the updraft/Experiments/Updraft_ to updraft/Updraft. We are using
CMake for the project, but you can easily open the project with QtCreator
by running "qtcreator CMakeLists.txt" or by opening the CMakeLists.txt as a
project file in qtcreator. You will, however have to setup a build
configuration for the project. Please don't commit the build-related files
or whole build directories to git repository. It's not transferable from
one system to the other, so it just makes a mess.

Translation support has also been added to the project, so don't be
surprised that while the main UI window has English strings, you'll see
Czech if you build and run the program :-) Translations are under
/translations directory. Plugin translation support is currently being
investigated.

One last thing - try to abide by the google style guide rules. CMake is
configured in such a way that it runs a python style-checking script and if
it fails, it doesn't let you build the application unless you fix the
problems. If anyone has a problem with not having python or the script
being an unpleasant style-nazi, you can remove the ADD_CUSTOM_TARGET from
CMakeLists.txt, but:

1) You still have to more or less abide by the style guide
2) Don't push this change to CMakeLists.txt to git repo

That's all for now

Cestmir

Other related posts:

  • » [glideplan_swproj] Created project directory - Cestmir Houska