From bde7eb5a71c744e094ab16f4b400023fc43275b7 Mon Sep 17 00:00:00 2001 From: gsherman Date: Sat, 6 Jul 2002 17:22:25 +0000 Subject: [PATCH] make file modifications git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14 c8812cc2-4d05-0410-92ff-de0c093fc19c --- src/Makefile | 14 +++++++++----- src/qgisapp.cpp | 2 +- src/src.pro | 3 ++- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/src/Makefile b/src/Makefile index 4fea8dd4819..51f000a3587 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,6 @@ ############################################################################# # Makefile for building: qgis -# Generated by qmake (1.02a) on: Fri Jul 5 16:57:32 2002 +# Generated by qmake (1.02a) on: Sat Jul 6 08:51:09 2002 # Project: src.pro # Template: app # Command: $(QMAKE) src.pro @@ -51,7 +51,8 @@ HEADERS = qgsdbsourceselectbase.ui.h \ qgsshapefilelayer.h \ qgstable.h \ qgsdbsourceselect.h \ - qgsnewconnection.h + qgsnewconnection.h \ + ../qgisicons.h SOURCES = main.cpp \ qgisapp.cpp \ qgsdatabaselayer.cpp \ @@ -157,12 +158,14 @@ FORCE: ####### Compile -main.o: main.cpp qgisapp.h +main.o: main.cpp qgisapp.h \ + qgisappbase.h qgisapp.o: qgisapp.cpp qgsmapcanvas.h \ qgsdbsourceselect.h \ qgisapp.h \ - qgsdbsourceselectbase.h + qgsdbsourceselectbase.h \ + qgisappbase.h qgsdatabaselayer.o: qgsdatabaselayer.cpp qgsdatabaselayer.h \ qgsmaplayer.h \ @@ -181,7 +184,8 @@ qgsrasterlayer.o: qgsrasterlayer.cpp qgsrasterlayer.h \ qgsmaplayer.h \ qgsdatasource.h -qgsdbsourceselect.o: qgsdbsourceselect.cpp qgsdbsourceselect.h \ +qgsdbsourceselect.o: qgsdbsourceselect.cpp ../qgisicons.h \ + qgsdbsourceselect.h \ qgsnewconnection.h \ qgsdbsourceselectbase.h \ qgsnewconnectionbase.h diff --git a/src/qgisapp.cpp b/src/qgisapp.cpp index 03a295734ba..17d5cc6ae4d 100644 --- a/src/qgisapp.cpp +++ b/src/qgisapp.cpp @@ -60,7 +60,7 @@ void QgisApp::addLayer(){ ++it; } - QMessageBox::information(this,"Search Paths",msg); + // QMessageBox::information(this,"Search Paths",msg); // show the postgis dialog QgsDbSourceSelect *dbs = new QgsDbSourceSelect(); diff --git a/src/src.pro b/src/src.pro index f01e9d19d6a..4d7700d99b5 100644 --- a/src/src.pro +++ b/src/src.pro @@ -19,7 +19,8 @@ HEADERS += qgsdbsourceselectbase.ui.h \ qgsshapefilelayer.h \ qgstable.h \ qgsdbsourceselect.h \ - qgsnewconnection.h + qgsnewconnection.h \ + ../qgisicons.h INTERFACES += qgsdbsourceselectbase.ui qgisappbase.ui qgsnewconnectionbase.ui SOURCES += main.cpp \ qgisapp.cpp \