mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
[libcalamares] Rename test-executable: avoid clashes with 'cala<tab>'
This commit is contained in:
parent
d74bdbcfd0
commit
a3eae323f1
1 changed files with 2 additions and 2 deletions
|
@ -262,6 +262,6 @@ target_link_libraries( test_geoip calamares Qt5::Network yamlcpp )
|
||||||
calamares_automoc( test_geoip )
|
calamares_automoc( test_geoip )
|
||||||
|
|
||||||
if ( Qt5DBus_FOUND )
|
if ( Qt5DBus_FOUND )
|
||||||
add_executable( calautomount partition/calautomount.cpp )
|
add_executable( test_automount partition/calautomount.cpp )
|
||||||
target_link_libraries( calautomount calamares Qt5::DBus )
|
target_link_libraries( test_automount calamares Qt5::DBus )
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue