diff options
| author | manuel <manuel@mausz.at> | 2011-05-05 00:57:07 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-05-05 00:57:07 +0200 |
| commit | ce48af53646cd9e7ec762fc1ac176b3aa620b11d (patch) | |
| tree | f8fbf2cae8c7d0cbac2696a8f4cf94410bfb4928 /pacman-c++/client/client.pro | |
| parent | e54ccad07e256ba877bd41d70bd358bd0085bd1e (diff) | |
| download | foop-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.pro | 12 |
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 @@ | |||
| 1 | TEMPLATE = app | ||
| 2 | TARGET = pacman | ||
| 3 | |||
| 4 | SOURCES += clicklabel.cpp \ | ||
| 5 | client.cpp \ | ||
| 6 | mainwidget.cpp | ||
| 7 | HEADERS += clicklabel.h \ | ||
| 8 | client.h \ | ||
| 9 | mainwidget.h | ||
| 10 | |||
| 11 | include(../common.pri) | ||
| 12 | PRE_TARGETDEPS += ../common/libcommon.a | ||
