diff options
Diffstat (limited to 'pacman-c++/client/client.pro')
| -rw-r--r-- | pacman-c++/client/client.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pacman-c++/client/client.pro b/pacman-c++/client/client.pro index 849cca2..4b326fe 100644 --- a/pacman-c++/client/client.pro +++ b/pacman-c++/client/client.pro | |||
| @@ -9,4 +9,6 @@ HEADERS += clicklabel.h \ | |||
| 9 | mainwidget.h | 9 | mainwidget.h |
| 10 | 10 | ||
| 11 | include(../common.pri) | 11 | include(../common.pri) |
| 12 | PRE_TARGETDEPS += ../common/libcommon.a | 12 | PRE_TARGETDEPS += ../libcommon.a |
| 13 | |||
| 14 | win32:RC_FILE = ../common/pacman.rc | ||
