mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
make file modifications
git-svn-id: http://svn.osgeo.org/qgis/trunk@14 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
f75d53578d
commit
12ad2c9632
14
src/Makefile
14
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
|
||||
|
@ -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();
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user