there are players now :-) every game is better with players
[multypo.git] / qt / multypo.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2013-07-10T20:33:44
4 #
5 #-------------------------------------------------
6
7 QT       += core gui
8
9 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
10
11 TARGET = multypo
12 TEMPLATE = app
13
14
15 SOURCES += main.cpp\
16         multypo.cpp \
17     player.cpp
18
19 HEADERS  += multypo.h \
20     player.h
21
22 LIBS += -lX11 -lXi