File tree Expand file tree Collapse file tree 7 files changed +3
-360
lines changed Expand file tree Collapse file tree 7 files changed +3
-360
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ELSE(TXT2TAGS_EXECUTABLE)
22
22
)
23
23
ENDIF (TXT2TAGS_EXECUTABLE )
24
24
25
- SET (QGIS_DOC_FILES ${QGIS_DOC_FILES} index.html news.html developersmap.html contributors.json favicon.ico style.css release-sponsors.html AUTHORS CONTRIBUTORS SPONSORS DONORS TRANSLATORS LICENSE )
25
+ SET (QGIS_DOC_FILES ${QGIS_DOC_FILES} index.html news.html developersmap.html contributors.json favicon.ico style.css AUTHORS CONTRIBUTORS SPONSORS DONORS TRANSLATORS LICENSE )
26
26
27
27
INSTALL (FILES ${QGIS_DOC_FILES} DESTINATION ${QGIS_DATA_DIR} /doc )
28
28
INSTALL (FILES ../images/icons/qgis-icon-60x60.png DESTINATION ${QGIS_DATA_DIR} /doc/images )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ SET(QGIS_APP_SRCS
7
7
qgsabout.cpp
8
8
qgsalignrasterdialog.cpp
9
9
qgsapplayertreeviewmenuprovider.cpp
10
- qgssponsors.cpp
11
10
qgsaddattrdialog.cpp
12
11
qgsaddtaborgroup.cpp
13
12
qgsjoindialog.cpp
@@ -296,7 +295,6 @@ SET (QGIS_APP_MOC_HDRS
296
295
qgsrelationadddlg.h
297
296
qgsselectbyformdialog.h
298
297
qgssnappingdialog.h
299
- qgssponsors.h
300
298
qgsstatisticalsummarydockwidget.h
301
299
qgssubstitutionlistwidget.h
302
300
qgssvgannotationdialog.h
@@ -520,7 +518,7 @@ IF(PEDANTIC)
520
518
SET_SOURCE_FILES_PROPERTIES (
521
519
qgisappinterface.cpp
522
520
${CMAKE_BINARY_DIR} /src/app/moc_qgisappinterface.cxx
523
- PROPERTIES COMPILE_FLAGS "/wd4996"
521
+ PROPERTIES COMPILE_FLAGS "/wd4996"
524
522
)
525
523
ELSE (MSVC )
526
524
SET_SOURCE_FILES_PROPERTIES (
Original file line number Diff line number Diff line change 215
215
#include " qgssinglebandgrayrenderer.h"
216
216
#include " qgssnappingdialog.h"
217
217
#include " qgssourceselectdialog.h"
218
- #include " qgssponsors.h"
219
218
#include " qgsstatisticalsummarydockwidget.h"
220
219
#include " qgsstatusbarcoordinateswidget.h"
221
220
#include " qgsstatusbarmagnifierwidget.h"
@@ -3402,10 +3401,7 @@ void QgisApp::restoreWindowState()
3402
3401
// /////////// END OF GUI SETUP ROUTINES ///////////////
3403
3402
void QgisApp::sponsors ()
3404
3403
{
3405
- QgsSponsors * sponsors = new QgsSponsors ( this );
3406
- sponsors->show ();
3407
- sponsors->raise ();
3408
- sponsors->activateWindow ();
3404
+ openURL ( tr ( " http://qgis.org/en/site/about/sponsorship.html" ), false );
3409
3405
}
3410
3406
3411
3407
void QgisApp::about ()
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments