diff options
-rw-r--r-- | client/client.pro | 1 | ||||
-rw-r--r-- | client/client.qrc | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/client/client.pro b/client/client.pro index 7fc6359..de6c7fc 100644 --- a/client/client.pro +++ b/client/client.pro @@ -4,6 +4,7 @@ TEMPLATE = app TARGET = pracro DEPENDPATH += . widgets INCLUDEPATH += . widgets +RESOURCES += client.qrc QT += core gui network xml sql # For debugging diff --git a/client/client.qrc b/client/client.qrc new file mode 100644 index 0000000..81e5653 --- /dev/null +++ b/client/client.qrc @@ -0,0 +1,5 @@ +<!DOCTYPE RCC><RCC version="1.0"> +<qresource> + <file>icons/icon.png</file> +</qresource> +</RCC> |