Skip to content

Commit cd22907

Browse files
committed
Rename Qt.UnitTest to Qt.Test
1 parent c6c3279 commit cd22907

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
1010
add_subdirectory(Qt.Core)
1111
add_subdirectory(Qt.Widgets)
1212
#add_subdirectory(Qt.Quick)
13-
add_subdirectory(Qt.UnitTests)
13+
add_subdirectory(Qt.Test)

Qt.Examples.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ SUBDIRS = \
33
Qt.Core \
44
Qt.Widgets \
55
#Qt.Quick \
6-
Qt.UnitTests \
6+
Qt.Test \

Qt.UnitTests/CMakeLists.txt renamed to Qt.Test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.20)
22

33
# Solution
4-
project(Qt.UnitTests)
4+
project(Qt.Test)
55

66
# Projects
77
#add_subdirectory(TestConsole)

Qt.UnitTests/HelloWorldsUnitTest /README.md renamed to Qt.Test/HelloWorldsUnitTest /README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HelloWorldsUnitTest
22

3-
[This folder](.) contains Qt.UnitTest "Hello, world!" examples.
3+
[This folder](.) contains Qt.Test "Hello, world!" examples.
44

55
* [HelloWorldUnitTest](HelloWorldUnitTest/README.md) The classic first application "Hello, World!".
66

File renamed without changes.
File renamed without changes.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ shows how to use Qt widgets only by programming code (c++17).
3030
* [HelloWorldsQuick](Qt.Quick/HelloWorldsQuick/README.md) contains Qt.Quick "Hello, world!" examples.
3131
* [ControlsQuick](Qt.Quick/ControlsQuick/README.md) contains controls examples.
3232

33-
## [Qt.UnitTests](Qt.UnitTests/README.md)
33+
## [Qt.Test](Qt.Test/README.md)
3434

35-
* [HelloWorldsUnitTest](Qt.UnitTests/HelloWorldsUnitTest/README.md) contains Qt.UnitTest "Hello, world!" examples.
35+
* [HelloWorldsUnitTest](Qt.Test/HelloWorldsUnitTest/README.md) contains Qt.Test "Hello, world!" examples.
3636

3737
## Download
3838

0 commit comments

Comments
 (0)