summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsenator <senator>2008-09-10 13:22:15 +0000
committersenator <senator>2008-09-10 13:22:15 +0000
commiteef5f4e325280e17bf134857ee773f533439fb05 (patch)
treed8ce5642ebb6fef454c7fe56d1692d7497946867
parentbb1b44ae445238dc8b4b97f42f7050ac7f3d06bb (diff)
icon resource file and .pro changes to accomodate this
-rw-r--r--client/client.pro1
-rw-r--r--client/client.qrc5
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>