Compare commits

..
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ Dependencies:
'third-party/wayland-protocols': '@latest'
Options:
require-passing-tests-on: ['@all']
require-passing-tests-on: ['Linux', 'FreeBSD', 'Windows']
+1 -1
View File
@@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.16)
project(layershellqt)
set(PROJECT_VERSION "6.7.80")
set(PROJECT_VERSION "6.7.4")
set(PROJECT_VERSION_MAJOR 6)
set(CMAKE_C_STANDARD 99)
-2
View File
@@ -3,5 +3,3 @@
add_executable(layershellqt-test main.cpp)
target_link_libraries(layershellqt-test PRIVATE LayerShellQtInterface Qt::Qml Qt::Gui)
add_test(NAME layershellqt-test COMMAND layershellqt-test)