File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 15
15
# # Define Targets
16
16
# # ----------------------------------------------------------------------
17
17
# #
18
- lib_LTLIBRARIES = libqgis_designerwidgets.la
18
+ lib_LTLIBRARIES = libqgis_designerwidgets.la
19
19
# # TODO change this so it installs into ${QTDIR}/plugins/designer
20
20
libqgis_designerwidgetsdir = ${pkglibdir}/designer
21
21
@@ -55,4 +55,4 @@ libqgis_designerwidgets_la_CXXFLAGS = $(CXXFLAGS) $(EXTRA_CXXFLAGS) $(QT_CXXFLAG
55
55
# # additional files that need to be installed go here
56
56
# # ----------------------------------------------------------------------
57
57
# #
58
- libqgis_designerwidgets_HEADERS = qgsprojectionselectorwidget.h
58
+ # designer plugin header not needed by designer
Original file line number Diff line number Diff line change @@ -33,3 +33,14 @@ plugins at startup:
33
33
34
34
Note that the 'designer' directory is ommitted from the path.
35
35
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
+
You can’t perform that action at this time.
0 commit comments