1. Added WITH_SPICE CMake variable. If it is not set usual Qucs will be
built. Application name is set to "qucs". If it is set, Qucs-S will be
built. Application name will be to "qucs-s".
2. Removed hardoced resources paths in "/usr/share/qucs", etc and
application names. Now resource paths depends on application name.
Resources will be installed into PREFIX/share/qucs-s/ for Qucs-S
3. Introduced a special definition QUCS_NAME in config.h. It will store
real application name.
4. Disabled default Debug mode for CMake
5. Exclude qucsattenuator, qucsedit, qucsresocdes, qucstrans, and qucshelp
(except docs) from the build system when building with WITH_SPICE switch
SET( QT_USE_QT3SUPPORT TRUE ) is delete from all CmakeLists.txt and adapting the souces, but "FIND_PACKAGE( Qt4 4.6.3 REQUIRED QtCore QtGui Qt3Support QtSvg QtXml QtScript)" in the root-CMakeLists.txt is unchanged. So Q3*-Header like Q3PtrList will not produce an error.
* during release we flatten the repo, if that is the case, add
qucs-core as a subdirectory to be configured
* fix also CMake target collision between `[lib]qucs` and `qucs` (GUI)
* fix tests, remove tr1
* remove cbesslj from math library
* add ecvs.cpp compontent to library
* fix tests, remove TR1
* add OSX clang libc++ flag
* adjust include headers needed to install
* set to use c++11 features
* link libqucs to libdl, for dlopen, dlclose
* add qucs_typedefs.h file config
* set PIC for x86_64
* fix path to generated headers
* add ps2sp to install
* install wrapper scripts qucsdigi,...
* fix build on win64
* generation of libucs on windows mingw, test reverted later
These are not (yet) supposed to replace the autotools building.
They can build and install all the GUI apps.
The CMakeLists.txt on each tool subfolder can be used as
an existing project on Qt Creator.