summaryrefslogtreecommitdiffstats
path: root/pacman-c++/client/client.pro
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-05-05 00:57:07 +0200
committermanuel <manuel@mausz.at>2011-05-05 00:57:07 +0200
commitce48af53646cd9e7ec762fc1ac176b3aa620b11d (patch)
treef8fbf2cae8c7d0cbac2696a8f4cf94410bfb4928 /pacman-c++/client/client.pro
parente54ccad07e256ba877bd41d70bd358bd0085bd1e (diff)
downloadfoop-ce48af53646cd9e7ec762fc1ac176b3aa620b11d.tar.gz
foop-ce48af53646cd9e7ec762fc1ac176b3aa620b11d.tar.bz2
foop-ce48af53646cd9e7ec762fc1ac176b3aa620b11d.zip
- refactorized the whole project and made a few subprojects
- replaced tcp with enet - added connect dialog - some smaller bugfixes
Diffstat (limited to 'pacman-c++/client/client.pro')
-rw-r--r--pacman-c++/client/client.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/pacman-c++/client/client.pro b/pacman-c++/client/client.pro
new file mode 100644
index 0000000..849cca2
--- /dev/null
+++ b/pacman-c++/client/client.pro
@@ -0,0 +1,12 @@
1TEMPLATE = app
2TARGET = pacman
3
4SOURCES += clicklabel.cpp \
5 client.cpp \
6 mainwidget.cpp
7HEADERS += clicklabel.h \
8 client.h \
9 mainwidget.h
10
11include(../common.pri)
12PRE_TARGETDEPS += ../common/libcommon.a