blob: dcf1b5b8a9143ac5be421447aa93d30788f95bf7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
#-------------------------------------------------
#
# Project created by QtCreator 2013-12-24T13:06:36
#
#-------------------------------------------------
QT += core
QT -= gui
include(node/node.pri)
TARGET = diceParser
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += main.cpp \
diceparser.cpp \
diceresult.cpp \
HEADERS += \
diceparser.h \
diceresult.h \
|