diff options
author | Alex Borisov <b0ric.alex@gmail.com> | 2012-03-18 11:48:02 +0200 |
---|---|---|
committer | Alex Borisov <b0ric.alex@gmail.com> | 2012-03-18 11:48:02 +0200 |
commit | 05712da90682fed84e2ecf7e3037d8aed29ecf83 (patch) | |
tree | 57eec65bc705d01432480ace10ad47f5153a0fd8 /client/client.pro | |
parent | 9979c02af80fe1983aa92dd9827c85381cf09fce (diff) |
FIX: non-ASCII static proxy election problem. ADD new client icon
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/client.pro b/client/client.pro index cfdc184..3b6dd8e 100644 --- a/client/client.pro +++ b/client/client.pro @@ -39,6 +39,8 @@ SOURCES += Dialog.cpp \ Utility.cpp \
Proxifier.cpp
-OTHER_FILES +=
+OTHER_FILES += \
+ client.rc
RESOURCES += client.qrc
+RC_FILE = client.rc
|