Arch and Draft rc files are now compiled at build time - issue #1796
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user