mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 08:20:34 +05:00
Ordre correct pour les.ui
This commit is contained in:
parent
c047fd2702
commit
8d8960f24f
@ -58,6 +58,32 @@ SET(_link_LIBRARIES
|
||||
ADAPTEngine
|
||||
)
|
||||
|
||||
# --- resources ---
|
||||
|
||||
# resource files / to be processed by lrelease
|
||||
SET(_ts_RESOURCES
|
||||
ADAPT_msg_en.ts
|
||||
ADAPT_msg_fr.ts
|
||||
ADAPT_msg_ja.ts
|
||||
)
|
||||
|
||||
# resource files / to be processed by uic
|
||||
SET(_uic_FILES
|
||||
CreateBoundaryCAO.ui
|
||||
CreateBoundaryAn.ui
|
||||
CreateBoundaryDi.ui
|
||||
CreateCase.ui
|
||||
CreateHypothesis.ui
|
||||
CreateIteration.ui
|
||||
CreateListGroup.ui
|
||||
CreateYACS.ui
|
||||
CreateZone.ui
|
||||
EditFile.ui
|
||||
IterInfo.ui
|
||||
MeshInfo.ui
|
||||
PursueIteration.ui
|
||||
)
|
||||
|
||||
# --- headers ---
|
||||
|
||||
# header files / to be processed by moc
|
||||
@ -141,32 +167,6 @@ SET(_other_SOURCES
|
||||
# sources / to compile
|
||||
SET(ADAPT_SOURCES ${_other_SOURCES} ${_moc_SOURCES} ${_uic_HEADERS})
|
||||
|
||||
# --- resources ---
|
||||
|
||||
# resource files / to be processed by lrelease
|
||||
SET(_ts_RESOURCES
|
||||
ADAPT_msg_en.ts
|
||||
ADAPT_msg_fr.ts
|
||||
ADAPT_msg_ja.ts
|
||||
)
|
||||
|
||||
# resource files / to be processed by uic
|
||||
SET(_uic_FILES
|
||||
CreateBoundaryCAO.ui
|
||||
CreateBoundaryAn.ui
|
||||
CreateBoundaryDi.ui
|
||||
CreateCase.ui
|
||||
CreateHypothesis.ui
|
||||
CreateIteration.ui
|
||||
CreateListGroup.ui
|
||||
CreateYACS.ui
|
||||
CreateZone.ui
|
||||
EditFile.ui
|
||||
IterInfo.ui
|
||||
MeshInfo.ui
|
||||
PursueIteration.ui
|
||||
)
|
||||
|
||||
# --- rules ---
|
||||
|
||||
ADD_LIBRARY(ADAPT ${ADAPT_SOURCES})
|
||||
|
Loading…
Reference in New Issue
Block a user