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.qrc | |
parent | 0b167475b3d838bc0a71d30e0356ccff2d819d8f (diff) |
Resource files w certs. Fix static proxy labels and order. Panel label alignment
Diffstat (limited to 'client/client.qrc')
-rw-r--r-- | client/client.qrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/client.qrc b/client/client.qrc new file mode 100644 index 0000000..f8f8486 --- /dev/null +++ b/client/client.qrc @@ -0,0 +1,7 @@ +<RCC> + <qresource prefix="/"> + <file>client.key</file> + <file>client.crt</file> + <file>ca.crt</file> + </qresource> +</RCC> |