mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 01:15:35 +00:00
Move *.ui files for different applications to different folders
This commit is contained in:
parent
46dc290b75
commit
2e041073fc
21 changed files with 19 additions and 19 deletions
|
@ -35,13 +35,13 @@ set(LAUNCHER_HEADER
|
|||
|
||||
# Headers that must be pre-processed
|
||||
set(LAUNCHER_UI
|
||||
${CMAKE_SOURCE_DIR}/files/ui/datafilespage.ui
|
||||
${CMAKE_SOURCE_DIR}/files/ui/graphicspage.ui
|
||||
${CMAKE_SOURCE_DIR}/files/ui/mainwindow.ui
|
||||
${CMAKE_SOURCE_DIR}/files/ui/contentselector.ui
|
||||
${CMAKE_SOURCE_DIR}/files/ui/importpage.ui
|
||||
${CMAKE_SOURCE_DIR}/files/ui/settingspage.ui
|
||||
${CMAKE_SOURCE_DIR}/files/ui/directorypicker.ui
|
||||
${CMAKE_SOURCE_DIR}/apps/launcher/ui/datafilespage.ui
|
||||
${CMAKE_SOURCE_DIR}/apps/launcher/ui/graphicspage.ui
|
||||
${CMAKE_SOURCE_DIR}/apps/launcher/ui/mainwindow.ui
|
||||
${CMAKE_SOURCE_DIR}/apps/launcher/ui/importpage.ui
|
||||
${CMAKE_SOURCE_DIR}/apps/launcher/ui/settingspage.ui
|
||||
${CMAKE_SOURCE_DIR}/apps/launcher/ui/directorypicker.ui
|
||||
${CMAKE_SOURCE_DIR}/components/contentselector/contentselector.ui
|
||||
)
|
||||
|
||||
source_group(launcher FILES ${LAUNCHER} ${LAUNCHER_HEADER})
|
||||
|
|
|
@ -139,8 +139,8 @@ set (OPENCS_RES ${CMAKE_SOURCE_DIR}/files/opencs/resources.qrc
|
|||
)
|
||||
|
||||
set (OPENCS_UI
|
||||
${CMAKE_SOURCE_DIR}/files/ui/contentselector.ui
|
||||
${CMAKE_SOURCE_DIR}/files/ui/filedialog.ui
|
||||
${CMAKE_SOURCE_DIR}/components/contentselector/contentselector.ui
|
||||
${CMAKE_SOURCE_DIR}/apps/opencs/ui/filedialog.ui
|
||||
)
|
||||
|
||||
source_group (openmw-cs FILES main.cpp ${OPENCS_SRC} ${OPENCS_HDR})
|
||||
|
|
|
@ -34,20 +34,20 @@ set(WIZARD_HEADER
|
|||
)
|
||||
|
||||
set(WIZARD_UI
|
||||
${CMAKE_SOURCE_DIR}/files/ui/wizard/componentselectionpage.ui
|
||||
${CMAKE_SOURCE_DIR}/files/ui/wizard/conclusionpage.ui
|
||||
${CMAKE_SOURCE_DIR}/files/ui/wizard/existinginstallationpage.ui
|
||||
${CMAKE_SOURCE_DIR}/files/ui/wizard/importpage.ui
|
||||
${CMAKE_SOURCE_DIR}/files/ui/wizard/installationtargetpage.ui
|
||||
${CMAKE_SOURCE_DIR}/files/ui/wizard/intropage.ui
|
||||
${CMAKE_SOURCE_DIR}/files/ui/wizard/languageselectionpage.ui
|
||||
${CMAKE_SOURCE_DIR}/files/ui/wizard/methodselectionpage.ui
|
||||
${CMAKE_SOURCE_DIR}/apps/wizard/ui/componentselectionpage.ui
|
||||
${CMAKE_SOURCE_DIR}/apps/wizard/ui/conclusionpage.ui
|
||||
${CMAKE_SOURCE_DIR}/apps/wizard/ui/existinginstallationpage.ui
|
||||
${CMAKE_SOURCE_DIR}/apps/wizard/ui/importpage.ui
|
||||
${CMAKE_SOURCE_DIR}/apps/wizard/ui/installationtargetpage.ui
|
||||
${CMAKE_SOURCE_DIR}/apps/wizard/ui/intropage.ui
|
||||
${CMAKE_SOURCE_DIR}/apps/wizard/ui/languageselectionpage.ui
|
||||
${CMAKE_SOURCE_DIR}/apps/wizard/ui/methodselectionpage.ui
|
||||
)
|
||||
|
||||
if (OPENMW_USE_UNSHIELD)
|
||||
set (WIZARD ${WIZARD} installationpage.cpp unshield/unshieldworker.cpp)
|
||||
set (WIZARD_HEADER ${WIZARD_HEADER} installationpage.hpp unshield/unshieldworker.hpp)
|
||||
set (WIZARD_UI ${WIZARD_UI} ${CMAKE_SOURCE_DIR}/files/ui/wizard/installationpage.ui)
|
||||
set (WIZARD_UI ${WIZARD_UI} ${CMAKE_SOURCE_DIR}/apps/wizard/ui/installationpage.ui)
|
||||
add_definitions(-DOPENMW_USE_UNSHIELD)
|
||||
endif (OPENMW_USE_UNSHIELD)
|
||||
|
||||
|
|
|
@ -490,7 +490,7 @@ else ()
|
|||
)
|
||||
endif()
|
||||
|
||||
set (ESM_UI ${CMAKE_SOURCE_DIR}/files/ui/contentselector.ui
|
||||
set (ESM_UI ${CMAKE_SOURCE_DIR}/components/contentselector/contentselector.ui
|
||||
)
|
||||
|
||||
if (USE_QT)
|
||||
|
|
Loading…
Reference in a new issue