diff options
author | Alex <b0ris@b0ris-satellite.localdomain> | 2011-11-02 00:44:21 +0200 |
---|---|---|
committer | Alex <b0ris@b0ris-satellite.localdomain> | 2011-11-02 00:44:21 +0200 |
commit | d4feb36aac09cb7d1d66cb069bb438daaea68705 (patch) | |
tree | e3222c2da2d438af7cc3695133fcb49cfca0a0d1 /client/client.pro | |
parent | 0b167475b3d838bc0a71d30e0356ccff2d819d8f (diff) |
Resource files w certs. Fix static proxy labels and order. Panel label alignment
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/client.pro b/client/client.pro index 189f75d..cf5547e 100644 --- a/client/client.pro +++ b/client/client.pro @@ -16,3 +16,11 @@ INCLUDEPATH += . # Input HEADERS += client.h Proxy.h Dialog.h ProxyClientApp.h Logger.h Config.h SOURCES += Dialog.cpp main.cpp Proxy.cpp ProxyClientApp.cpp Logger.cpp Config.cpp + +OTHER_FILES += + +RESOURCES += \ + client.qrc + + + |