Skip to content

Commit c12172f

Browse files
committed
Qt project file
1 parent bfb0910 commit c12172f

File tree

3 files changed

+603
-0
lines changed

3 files changed

+603
-0
lines changed

Diff for: game_of_life.pro

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#-------------------------------------------------
2+
#
3+
# Project created by QtCreator 2015-06-21T10:51:01
4+
#
5+
#-------------------------------------------------
6+
7+
QT += core
8+
9+
QT -= gui
10+
11+
TARGET = game_of_life
12+
CONFIG += console
13+
CONFIG -= app_bundle
14+
15+
TEMPLATE = app
16+
17+
18+
SOURCES += main.cpp
19+
20+
HEADERS +=

0 commit comments

Comments
 (0)