mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
CMake: drop empty calamaresUi
- Empty variable and some unused wrappings doing nothing.
This commit is contained in:
parent
db0c1ffd6d
commit
56ce22908e
1 changed files with 1 additions and 7 deletions
|
@ -18,10 +18,6 @@ set( calamaresSources
|
||||||
progresstree/ViewStepItem.cpp
|
progresstree/ViewStepItem.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
set( calamaresUi
|
|
||||||
#nothing to do here
|
|
||||||
)
|
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
.
|
.
|
||||||
${CMAKE_CURRENT_BINARY_DIR}
|
${CMAKE_CURRENT_BINARY_DIR}
|
||||||
|
@ -33,13 +29,11 @@ include_directories(
|
||||||
|
|
||||||
include( GNUInstallDirs )
|
include( GNUInstallDirs )
|
||||||
|
|
||||||
qt5_wrap_ui( calamaresUi_H ${calamaresUi} )
|
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
include( CalamaresAddTranslations )
|
include( CalamaresAddTranslations )
|
||||||
add_calamares_translations( ${CALAMARES_TRANSLATION_LANGUAGES} )
|
add_calamares_translations( ${CALAMARES_TRANSLATION_LANGUAGES} )
|
||||||
|
|
||||||
set( final_src ${calamaresUi_H} ${calamaresSources} ${calamaresRc} ${trans_outfile} )
|
set( final_src ${calamaresSources} ${calamaresRc} ${trans_outfile} )
|
||||||
|
|
||||||
add_executable( calamares_bin ${final_src} )
|
add_executable( calamares_bin ${final_src} )
|
||||||
set_target_properties(calamares_bin
|
set_target_properties(calamares_bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue