Fixes for broken exe building by recent commits

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1977 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2004-09-08 23:38:47 +00:00
parent 97df3957f0
commit 91a1bd6867

View File

@ -3,7 +3,7 @@
# This file is used by qmake to generate the Makefile for building
# QGIS on Windows
#
# src.pro,v 1.48 2004/09/06 17:37:10 timlinux Exp
# src.pro,v 1.49 2004/09/08 23:38:47 timlinux Exp
######################################################################
#
# For a WIN32 release build do the following:
@ -112,7 +112,8 @@ HEADERS += qgis.h \
qgslabeldialog.h \
qgsacetaterectangle.h \
qgsuvaldialog.h \
qgsuniquevalrenderer.cpp
qgsludialog.h \
qgsuniquevalrenderer.h
INTERFACES += qgisappbase.ui \
qgsabout.ui \
qgsattributetablebase.ui \
@ -207,4 +208,5 @@ SOURCES += main.cpp \
qgslabelattributes.cpp \
qgsacetaterectangle.cpp \
qgsuvaldialog.cpp \
qgsludialog.cpp \
qgsuniquevalrenderer.cpp