Skip to content

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed
 

‎src/designer/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
## Define Targets
1616
## ----------------------------------------------------------------------
1717
##
18-
lib_LTLIBRARIES= libqgis_designerwidgets.la
18+
lib_LTLIBRARIES = libqgis_designerwidgets.la
1919
## TODO change this so it installs into ${QTDIR}/plugins/designer
2020
libqgis_designerwidgetsdir = ${pkglibdir}/designer
2121

@@ -55,4 +55,4 @@ libqgis_designerwidgets_la_CXXFLAGS = $(CXXFLAGS) $(EXTRA_CXXFLAGS) $(QT_CXXFLAG
5555
## additional files that need to be installed go here
5656
## ----------------------------------------------------------------------
5757
##
58-
libqgis_designerwidgets_HEADERS = qgsprojectionselectorwidget.h
58+
# designer plugin header not needed by designer

‎src/designer/README.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,14 @@ plugins at startup:
3333

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

36+
Its probably a good idea to add the above export clause to
37+
your ~/.bash_profile or ~/.bashrc if you plan to use the
38+
designer plugins frequently.
39+
40+
41+
Additional Notes:
42+
43+
If you built Qt4 in debug mode then the designer plugins must also
44+
be build in debug mode or they will be ignored. The converse is also
45+
true.
46+

0 commit comments

Comments
 (0)
Please sign in to comment.