diff options
author | senator <senator> | 2008-09-10 13:22:15 +0000 |
---|---|---|
committer | senator <senator> | 2008-09-10 13:22:15 +0000 |
commit | eef5f4e325280e17bf134857ee773f533439fb05 (patch) | |
tree | d8ce5642ebb6fef454c7fe56d1692d7497946867 /client/client.pro | |
parent | bb1b44ae445238dc8b4b97f42f7050ac7f3d06bb (diff) |
icon resource file and .pro changes to accomodate this
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 1 |
1 files changed, 1 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 |