Skip to content

Commit bdd6115

Browse files
updated
1 parent 4d0a5dc commit bdd6115

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ insert_final_newline = true
1414

1515
[*.pro]
1616
indent_size = 2
17+
end_of_line = unset
1718

1819
[Makefile]
1920
indent_style = tab

defaults/_src.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TARGET = view
22
TEMPLATE = lib
3-
CONFIG += shared
3+
CONFIG += shared c++20
44
QT += network xml qml
55
QT -= gui
66
DEFINES += TF_DLL

defaults/controllers.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TARGET = controller
22
TEMPLATE = lib
3-
CONFIG += shared
3+
CONFIG += shared c++20
44
QT += network sql xml qml
55
QT -= gui
66
DEFINES += TF_DLL

defaults/helpers.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TARGET = helper
22
TEMPLATE = lib
3-
CONFIG += shared
3+
CONFIG += shared c++20
44
QT += xml qml
55
QT -= gui
66
DEFINES += TF_DLL

defaults/models.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TARGET = model
22
TEMPLATE = lib
3-
CONFIG += shared
3+
CONFIG += shared c++20
44
QT += sql qml
55
QT -= gui
66
DEFINES += TF_DLL

0 commit comments

Comments
 (0)