From cf2f632947793065d48faba3585632235c9189dc Mon Sep 17 00:00:00 2001 From: David Tran Date: Mon, 14 Jul 2014 21:19:35 +0200 Subject: [PATCH] fix icon. --- OGR2GUI.pro.user | 4 ++-- res/gdalicon.qrc | 6 +++++- src/App.cpp | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/OGR2GUI.pro.user b/OGR2GUI.pro.user index cfa5178..344c280 100644 --- a/OGR2GUI.pro.user +++ b/OGR2GUI.pro.user @@ -1,6 +1,6 @@ - + ProjectExplorer.Project.ActiveTarget @@ -405,7 +405,7 @@ OGR2GUI - Qt4ProjectManager.Qt4RunConfiguration:C:/ogr2gui_0.7.1/OGR2GUI.pro + Qt4ProjectManager.Qt4RunConfiguration:C:/OneDrive/OGR2GUI/OGR2GUI.pro OGR2GUI.pro false diff --git a/res/gdalicon.qrc b/res/gdalicon.qrc index 2496c87..c98d6c7 100644 --- a/res/gdalicon.qrc +++ b/res/gdalicon.qrc @@ -1 +1,5 @@ - \ No newline at end of file + + + gdalicon.png + + diff --git a/src/App.cpp b/src/App.cpp index 00b5766..d20fe68 100644 --- a/src/App.cpp +++ b/src/App.cpp @@ -429,7 +429,7 @@ void App::InitSlots( void ) void App::TranslateInterface( void ) { this->setWindowTitle( tr( "OGR2GUI" ) ); - this->setWindowIcon(QIcon(":/icons/bin/gdalicon.png")); + this->setWindowIcon(QIcon(":/icons/gdalicon.png")); fileMenu->setTitle( tr( "File" ) ); {