Skip to content

Commit 8c680c9

Browse files
committed
add project file
1 parent bf548b7 commit 8c680c9

File tree

4 files changed

+50
-0
lines changed

4 files changed

+50
-0
lines changed

clargs/qt/qt.pro

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

classes/fraction/fraction.pro

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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

complex/complex.pro

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

const/overload/overload.pro

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

0 commit comments

Comments
 (0)