diff options
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 | ||
