aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Junnonen <tomas.junnonen@nokia.com>2010-10-20 15:24:24 +0300
committerTomas Junnonen <tomas.junnonen@nokia.com>2010-10-20 15:25:53 +0300
commitd6ac92fd04597ea8aa48cee789facf4a2a9efe9c (patch)
treed8955667d84c4bf7f047c174632b8f14ea85bbc5
parent227b4ea2ac71fd88242aee6797855210756f1387 (diff)
Changes: Keep view internal widget headers from being installed
RevBy: TrustMe Details: These are all non-exported classes already
-rw-r--r--src/views/widgets/widgets.pri10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/views/widgets/widgets.pri b/src/views/widgets/widgets.pri
index 4d25cd7e..fe93ba08 100644
--- a/src/views/widgets/widgets.pri
+++ b/src/views/widgets/widgets.pri
@@ -1,18 +1,16 @@
WIDGETS_SRC_DIR=./widgets
INCLUDEPATH+=./widgets
-PUBLIC_HEADERS += \
- $$WIDGETS_SRC_DIR/mapplicationmenubutton.h \
- $$WIDGETS_SRC_DIR/mlistindex.h \
- $$WIDGETS_SRC_DIR/mcomboboxbutton.h \
- $$WIDGETS_SRC_DIR/mlistindextooltip.h \
-
MODEL_HEADERS += \
$$WIDGETS_SRC_DIR/mapplicationmenubuttonmodel.h \
$$WIDGETS_SRC_DIR/mlistindexmodel.h \
PRIVATE_HEADERS += \
$$MODEL_HEADERS \
+ $$WIDGETS_SRC_DIR/mapplicationmenubutton.h \
+ $$WIDGETS_SRC_DIR/mlistindex.h \
+ $$WIDGETS_SRC_DIR/mcomboboxbutton.h \
+ $$WIDGETS_SRC_DIR/mlistindextooltip.h \
$$WIDGETS_SRC_DIR/mcontainerheader_p.h \
$$WIDGETS_SRC_DIR/mbubbleitembackground_p.h \
$$WIDGETS_SRC_DIR/mlistindextooltip_p.h \