File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ insert_final_newline = true
1414
1515[* .pro ]
1616indent_size = 2
17+ end_of_line = unset
1718
1819[Makefile ]
1920indent_style = tab
Original file line number Diff line number Diff line change 11TARGET = view
22TEMPLATE = lib
3- CONFIG += shared
3+ CONFIG += shared c++20
44QT += network xml qml
55QT -= gui
66DEFINES += TF_DLL
Original file line number Diff line number Diff line change 11TARGET = controller
22TEMPLATE = lib
3- CONFIG += shared
3+ CONFIG += shared c++20
44QT += network sql xml qml
55QT -= gui
66DEFINES += TF_DLL
Original file line number Diff line number Diff line change 11TARGET = helper
22TEMPLATE = lib
3- CONFIG += shared
3+ CONFIG += shared c++20
44QT += xml qml
55QT -= gui
66DEFINES += TF_DLL
Original file line number Diff line number Diff line change 11TARGET = model
22TEMPLATE = lib
3- CONFIG += shared
3+ CONFIG += shared c++20
44QT += sql qml
55QT -= gui
66DEFINES += TF_DLL
You can’t perform that action at this time.
0 commit comments