Skip to content

Commit 9249f6e

Browse files
committed
Minor fix to pass action check
1 parent 4a95602 commit 9249f6e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 4.0) # or lower CMake version
1+
cmake_minimum_required(VERSION 2.8...4.0)
22
project(example_tableview VERSION 0.1 LANGUAGES CXX)
33

44
set(CMAKE_CXX_STANDARD_REQUIRED ON)
@@ -45,6 +45,7 @@ qt6_add_qml_module(${EXECUTABLE_NAME}
4545
SOURCES
4646
prototablemodel.h
4747
regime.h
48+
RESOURCE_PREFIX /
4849
)
4950

5051
add_subdirectory(tests)

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 4.0) # or lower CMake version
1+
cmake_minimum_required(VERSION 2.8...4.0)
22
project(ProtoTableTests)
33

44
enable_testing()

0 commit comments

Comments
 (0)