mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 03:37:47 +00:00
Move autotests directory to repository root
This commit is contained in:
parent
778ddc8ec6
commit
349cf42902
4 changed files with 4 additions and 4 deletions
|
@ -70,6 +70,10 @@ find_package(QuaZip-Qt6 REQUIRED)
|
|||
add_subdirectory(external)
|
||||
add_subdirectory(launcher)
|
||||
|
||||
if (BUILD_TESTING)
|
||||
add_subdirectory(autotests)
|
||||
endif()
|
||||
|
||||
install(FILES zone.xiv.astra.desktop DESTINATION ${KDE_INSTALL_APPDIR})
|
||||
install(FILES zone.xiv.astra.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
|
||||
install(FILES zone.xiv.astra.svg DESTINATION ${KDE_INSTALL_FULL_ICONDIR}/hicolor/scalable/apps)
|
||||
|
|
|
@ -176,7 +176,3 @@ if (WIN32)
|
|||
COMMAND "${WINDEPLOYQT_ENV_SETUP}" && "${WINDEPLOYQT_EXECUTABLE}" \"$<TARGET_FILE:astra>\"
|
||||
)
|
||||
endif ()
|
||||
|
||||
if (BUILD_TESTING)
|
||||
add_subdirectory(autotests)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue