summaryrefslogtreecommitdiffstats
path: root/chicken-wranglers/src/main/main.pri
blob: 985062ae7a1c41d54a9e0ce74bc2fe87ffe748b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
QT += declarative

PATH = $$PWD

HEADERS += \
    $$PATH/game.h \
    $$PATH/gameclient.h \
    $$PATH/gamehost.h \
    $$PATH/argumentparser.h \
    $$PATH/settings.h

SOURCES += \
    $$PATH/main.cpp \
    $$PATH/game.cpp \
    $$PATH/gameclient.cpp \
    $$PATH/gamehost.cpp \
    $$PATH/argumentparser.cpp \
    $$PATH/settings.cpp