Skip to content

Commit

Permalink
Put maptip in gui lib so 3rd party apps can use it. Make it do GUI_EX…
Browse files Browse the repository at this point in the history
…PORT and install its header so it builds properly on win and that 3rd party apps can find its header.

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7975 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jan 15, 2008
1 parent d3393ef commit 9699e9c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ SET(QGIS_APP_SRCS
qgslinestyledialog.cpp
qgslinestylewidget.cpp
qgsludialog.cpp
qgsmaptip.cpp
qgsmaptooladdfeature.cpp
qgsmaptooladdvertex.cpp
qgsmaptooladdisland.cpp
Expand Down
2 changes: 2 additions & 0 deletions src/gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ qgsprojectionselector.cpp
qgsquickprint.cpp
qgsrubberband.cpp
qgsvertexmarker.cpp
qgsmaptip.cpp
)

SET(QGIS_GUI_MOC_HDRS
Expand Down Expand Up @@ -110,6 +111,7 @@ qgsmessageviewer.h
qgsprojectionselector.h
qgsrubberband.h
qgsvertexmarker.h
qgsmaptip.h
)


Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/app/qgsmaptip.h → src/gui/qgsmaptip.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class QString;
* A maptip is a class to display a tip on a map canvas
* when a mouse is hovered over a feature.
*/
class QgsMapTip
class GUI_EXPORT QgsMapTip
{
public:
/** Default constructor
Expand Down

0 comments on commit 9699e9c

Please sign in to comment.