summaryrefslogtreecommitdiffstats
path: root/pacman-c++/client/client.pro
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-05-05 20:14:34 +0200
committermanuel <manuel@mausz.at>2011-05-05 20:14:34 +0200
commita8b2bc4fb37d1649ac91f0b0ea2dfe05ca5e3a14 (patch)
treeb94132013ecb183018891b634731af38327adf2f /pacman-c++/client/client.pro
parentce48af53646cd9e7ec762fc1ac176b3aa620b11d (diff)
downloadfoop-a8b2bc4fb37d1649ac91f0b0ea2dfe05ca5e3a14.tar.gz
foop-a8b2bc4fb37d1649ac91f0b0ea2dfe05ca5e3a14.tar.bz2
foop-a8b2bc4fb37d1649ac91f0b0ea2dfe05ca5e3a14.zip
- the last fixes for new build setup
- better connect dialog
Diffstat (limited to 'pacman-c++/client/client.pro')
-rw-r--r--pacman-c++/client/client.pro4
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
11include(../common.pri) 11include(../common.pri)
12PRE_TARGETDEPS += ../common/libcommon.a 12PRE_TARGETDEPS += ../libcommon.a
13
14win32:RC_FILE = ../common/pacman.rc