From eef5f4e325280e17bf134857ee773f533439fb05 Mon Sep 17 00:00:00 2001
From: senator <senator>
Date: Wed, 10 Sep 2008 13:22:15 +0000
Subject: icon resource file and .pro changes to accomodate this

---
 client/client.pro | 1 +
 client/client.qrc | 5 +++++
 2 files changed, 6 insertions(+)
 create mode 100644 client/client.qrc

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>
-- 
cgit v1.2.3