File tree Expand file tree Collapse file tree 4 files changed +50
-0
lines changed Expand file tree Collapse file tree 4 files changed +50
-0
lines changed Original file line number Diff line number Diff line change
1
+ # #####################################################################
2
+ # Automatically generated by qmake (3.0) Thu 2. May 00:14:44 2013
3
+ # #####################################################################
4
+
5
+ include (../../common.pri )
6
+
7
+ TEMPLATE = app
8
+ TARGET = qt
9
+ INCLUDEPATH += .
10
+ # Input
11
+ SOURCES += clargs.cpp
Original file line number Diff line number Diff line change
1
+ # #####################################################################
2
+ # Automatically generated by qmake (3.0) Thu 23. May 12:03:14 2013
3
+ # #####################################################################
4
+
5
+ include (../../common.pri )
6
+
7
+ TEMPLATE = app
8
+ TARGET = fraction
9
+ INCLUDEPATH += .
10
+
11
+ # Input
12
+ HEADERS += fraction.h
13
+ SOURCES += fraction-client.cpp fraction.cpp
Original file line number Diff line number Diff line change
1
+ # #####################################################################
2
+ # Automatically generated by qmake (3.0) Sun 12. May 09:20:32 2013
3
+ # #####################################################################
4
+
5
+ TEMPLATE = app
6
+ win32 { CONFIG += console }
7
+ TARGET = complex
8
+ INCLUDEPATH += .
9
+
10
+ # Input
11
+ HEADERS += complex.h
12
+ SOURCES += complex.cpp \
13
+ complex-test.cpp \
14
+ # complex-conversions.cpp
Original file line number Diff line number Diff line change
1
+ # #####################################################################
2
+ # Automatically generated by qmake (3.0) Thu 23. May 12:18:03 2013
3
+ # #####################################################################
4
+
5
+ TEMPLATE = app
6
+ win32 { CONFIG += console }
7
+ TARGET = overload
8
+ INCLUDEPATH += .
9
+
10
+ # Input
11
+ HEADERS += constoverload.h
12
+ SOURCES += constoverload-client.cpp constoverload.cpp
You can’t perform that action at this time.
0 commit comments