Arch and Draft rc files are now compiled at build time - issue #1796

This commit is contained in:
Yorik van Havre
2014-11-02 15:45:24 -02:00
parent 8d8c727ac5
commit 75deaa658f
6 changed files with 88 additions and 47 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,12 +1,13 @@
PYSIDE_WRAP_RC(Arch_QRC_SRCS Resources/Arch.qrc)
SET(Arch_SRCS
${Arch_QRC_SRCS}
Init.py
InitGui.py
ArchComponent.py
ArchWall.py
importIFC.py
importIFClegacy.py
Arch_rc.py
Arch.py
ArchBuilding.py
ArchFloor.py

View File

@@ -1,5 +1,7 @@
PYSIDE_WRAP_RC(Draft_QRC_SRCS Resources/Draft.qrc)
SET(Draft_SRCS
${Draft_QRC_SRCS}
Init.py
InitGui.py
Draft.py
@@ -15,7 +17,6 @@ SET(Draft_SRCS
importSVG.py
importDWG.py
importAirfoilDAT.py
Draft_rc.py
TestDraft.py
)
SOURCE_GROUP("" FILES ${Draft_SRCS})

File diff suppressed because one or more lines are too long