Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor changes to makefile
Added some more info to the README


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5135 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Apr 3, 2006
1 parent 7a54964 commit 1ecbf9b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/designer/Makefile.am
Expand Up @@ -15,7 +15,7 @@
## Define Targets
## ----------------------------------------------------------------------
##
lib_LTLIBRARIES= libqgis_designerwidgets.la
lib_LTLIBRARIES = libqgis_designerwidgets.la
## TODO change this so it installs into ${QTDIR}/plugins/designer
libqgis_designerwidgetsdir = ${pkglibdir}/designer

Expand Down Expand Up @@ -55,4 +55,4 @@ libqgis_designerwidgets_la_CXXFLAGS = $(CXXFLAGS) $(EXTRA_CXXFLAGS) $(QT_CXXFLAG
## additional files that need to be installed go here
## ----------------------------------------------------------------------
##
libqgis_designerwidgets_HEADERS = qgsprojectionselectorwidget.h
# designer plugin header not needed by designer
11 changes: 11 additions & 0 deletions src/designer/README.txt
Expand Up @@ -33,3 +33,14 @@ plugins at startup:

Note that the 'designer' directory is ommitted from the path.

Its probably a good idea to add the above export clause to
your ~/.bash_profile or ~/.bashrc if you plan to use the
designer plugins frequently.


Additional Notes:

If you built Qt4 in debug mode then the designer plugins must also
be build in debug mode or they will be ignored. The converse is also
true.

0 comments on commit 1ecbf9b

Please sign in to comment.