Skip to content

Commit 1f98be7

Browse files
committed
Review pro files
1 parent bcbfa1c commit 1f98be7

File tree

17 files changed

+20
-18
lines changed

17 files changed

+20
-18
lines changed

Qt.Core/Collections/Collections.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
TEMPLATE = subdirs
22
SUBDIRS = \
3-
List \
3+
List

Qt.Core/Console/Console.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
TEMPLATE = subdirs
22
SUBDIRS = \
33
Console \
4-
ConsoleColor \
4+
ConsoleColor

Qt.Core/HelloWorlds/HelloWorlds.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
TEMPLATE = subdirs
22
SUBDIRS = \
3-
HelloWorldConsole \
3+
HelloWorldConsole

Qt.Core/Qt.Core.pro

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ SUBDIRS = \
44
Console \
55
Collections \
66
Strings \
7+
Tests

Qt.Core/Tests/Tests.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
TEMPLATE = subdirs
22
SUBDIRS = \
3-
TestConsole \
3+
TestConsole

Qt.Examples.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ SUBDIRS = \
33
Qt.Core \
44
Qt.Tests \
55
Qt.Widgets \
6-
#Qt.Quick \
6+
#Qt.Quick

Qt.Tests/Qt.Tests.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
TEMPLATE = subdirs
22
SUBDIRS = \
33
# TestConsole \
4-
# TestGui
4+
# TestGui

Qt.Widgets/Components/Components.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
TEMPLATE = subdirs
22
SUBDIRS = \
33
Cursors \
4-
Timer \
4+
Timer

Qt.Widgets/Containers/Containers.pro

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ TEMPLATE = subdirs
22
SUBDIRS = \
33
Frame \
44
GroupBox \
5-
TabWidget \
6-
5+
TabWidget
6+

Qt.Widgets/Controls/Controls.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ SUBDIRS = \
2222
ToggleButton \
2323
TreeView \
2424
TreeWidget \
25-
Widget \
25+
Widget

Qt.Widgets/Dialogs/Dialogs.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ SUBDIRS = \
77
InputDialog \
88
MessageBox \
99
OpenFileDialog \
10-
SaveFileDialog \
10+
SaveFileDialog

Qt.Widgets/HelloWorlds/HelloWorlds.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ SUBDIRS = \
33
HelloWorldEmoticons \
44
HelloWorldLabel \
55
HelloWorldMessageBox \
6-
HelloWorldPaint \
6+
HelloWorldPaint

Qt.Widgets/MenusAndToolbars/MenusAndToolbars.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ TEMPLATE = subdirs
22
SUBDIRS = \
33
MenuBar \
44
StatusBar \
5-
ToolBar \
5+
ToolBar

Qt.Widgets/Others/Others.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ SUBDIRS = \
44
InputDialogMultiline \
55
InputDialogPassword \
66
LCDNumber2 \
7-
Wiggly \
7+
Wiggly

Qt.Widgets/Qt.Widgets.pro

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ SUBDIRS = \
99
Controls \
1010
Components \
1111
UserControls \
12-
Others\
12+
Others \
13+
Tests
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
TEMPLATE = subdirs
22
SUBDIRS = \
3-
Line \
3+
Line

Qt.Widgets/Windows/Windows.pro

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
TEMPLATE = subdirs
22
SUBDIRS = \
3-
MainWindow \
4-
3+
MainWindow
4+

0 commit comments

Comments
 (0)