Commit Graph

15 Commits

Author SHA1 Message Date
Peter Eszlari
6ee77b9482 Linux: add XDG metadata files 2018-10-22 15:29:53 -03:00
wmayer
12e04498d1 remove unused option FREECAD_MAINTAINERS_BUILD 2018-09-10 17:42:45 +02:00
wmayer
b4cf4bcc7e use Python script to concatenate qch file 2018-03-21 22:20:34 +01:00
sgrogan
f95aa0023d Offline documentation, make sure directory exists before writting to it 2018-03-21 12:18:11 +01:00
Yorik van Havre
58b75535ae Doc: cmake now joins parts of offline doc 2018-03-19 12:39:17 -03:00
wmayer
18bc9ff35e add tab about license information of 3rd party libraries 2018-02-11 11:40:09 +01:00
looooo
c7a4541722 new-style-modules: adding the possebility to import from "freecad"
(this mostly aims at new modules and extension modules which want to use pip)
- any module having problems with nameclashes can use this syntax (from freecad import module)
- current imports still work (backward cobatibility)
- python extension moduels can be installed (pip) to python std path (eg.: site-packages)

- adding app, gui to the new freecad package:
```
from freecad import app
from freecad import gui
```

- syntax for importing c++ extension will not change
```
import FreeCAD as App
import FreeCADGui as Gui
```
2017-09-20 23:25:12 +02:00
Yorik van Havre
de45837b62 Adapted cmake files for changes made in previous commit 2015-08-13 16:08:23 -03:00
Peter Lama
b52255261d Integrate script for making a relocatable OS X app 2015-02-22 18:23:10 +01:00
jriegel
103ae7c2ad move build specifier in own cMake group 2014-08-03 20:53:19 +02:00
wmayer
9516653d9a 0000817: make DevDoc fails 2012-09-07 14:03:18 +02:00
wmayer
210b31308e Fix Template module 2012-04-07 16:27:22 +02:00
wmayer
6f6b51d470 Fix INSTALL target in cmake files 2012-02-17 00:03:30 +01:00
wmayer
340de72a3d Fix INSTALL target in cmake files 2012-02-16 23:35:54 +01:00
wmayer
120ca87015 + unify DLL export defines to namespace names
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-10 13:44:52 +00:00