Changeset 37


Ignore:
Timestamp:
01/06/08 16:45:52 (4 years ago)
Author:
sander
Message:

Use resource file

Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • QtMPC.pro

    r25 r37  
    99CONFIG += qt debug 
    1010QT += network 
     11RESOURCES = QtMPC.qrc 
    1112DEFINES += QT_NO_DEBUG_OUTPUT 
    1213 
  • gui/main_window.cpp

    r36 r37  
    1515 
    1616    //Icon 
    17     icon = QIcon("images/icon.svg"); 
     17    icon = QIcon(":/images/icon.svg"); 
    1818    this->setWindowIcon(icon); 
    1919 
Note: See TracChangeset for help on using the changeset viewer.