summaryrefslogtreecommitdiffstats
path: root/src/qmlandroid/widget
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmlandroid/widget')
-rw-r--r--src/qmlandroid/widget/qqmlandroidabsseekbar_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidadapterview_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidarrayadapter_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidbaseadapter_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidbutton_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidcalendarview_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidcheckbox_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidcompoundbutton_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroiddatepicker_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidedittext_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidframelayout_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidframelayoutparams_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidimageview_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidlinearlayout_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidlinearlayoutparams_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidlistview_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidmarginlayoutparams_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidnumberpicker_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidpopupmenu_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidprogressbar_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidradiobutton_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidradiogroup_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidratingbar_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidrelativelayout_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidrelativelayoutparams_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidscrollview_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidsearchview_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidseekbar_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidspace_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidspinner_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidswitch_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidtabhost_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidtabspec_p.h4
-rw-r--r--src/qmlandroid/widget/qqmlandroidtabwidget_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidtextview_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidtimepicker_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidtoast_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidtogglebutton_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidviewanimator_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidviewflipper_p.h2
-rw-r--r--src/qmlandroid/widget/qqmlandroidviewswitcher_p.h2
41 files changed, 43 insertions, 41 deletions
diff --git a/src/qmlandroid/widget/qqmlandroidabsseekbar_p.h b/src/qmlandroid/widget/qqmlandroidabsseekbar_p.h
index 85f042d..3b92e39 100644
--- a/src/qmlandroid/widget/qqmlandroidabsseekbar_p.h
+++ b/src/qmlandroid/widget/qqmlandroidabsseekbar_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidAbsSeekBar : public QQmlAndroidProgressBar
+class Q_QMLANDROID_EXPORT QQmlAndroidAbsSeekBar : public QQmlAndroidProgressBar
{
Q_OBJECT
diff --git a/src/qmlandroid/widget/qqmlandroidadapterview_p.h b/src/qmlandroid/widget/qqmlandroidadapterview_p.h
index 3923927..7ac9032 100644
--- a/src/qmlandroid/widget/qqmlandroidadapterview_p.h
+++ b/src/qmlandroid/widget/qqmlandroidadapterview_p.h
@@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE
class QQmlAndroidBaseAdapter;
-class QQmlAndroidAdapterView : public QQmlAndroidViewGroup
+class Q_QMLANDROID_EXPORT QQmlAndroidAdapterView : public QQmlAndroidViewGroup
{
Q_OBJECT
Q_PROPERTY(QQmlAndroidBaseAdapter *adapter READ adapter WRITE setAdapter NOTIFY adapterChanged) // TODO: Adapter
diff --git a/src/qmlandroid/widget/qqmlandroidarrayadapter_p.h b/src/qmlandroid/widget/qqmlandroidarrayadapter_p.h
index c0fc025..0750002 100644
--- a/src/qmlandroid/widget/qqmlandroidarrayadapter_p.h
+++ b/src/qmlandroid/widget/qqmlandroidarrayadapter_p.h
@@ -53,7 +53,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidArrayAdapter : public QQmlAndroidBaseAdapter
+class Q_QMLANDROID_EXPORT QQmlAndroidArrayAdapter : public QQmlAndroidBaseAdapter
{
Q_OBJECT
Q_PROPERTY(int style READ style WRITE setStyle NOTIFY styleChanged)
diff --git a/src/qmlandroid/widget/qqmlandroidbaseadapter_p.h b/src/qmlandroid/widget/qqmlandroidbaseadapter_p.h
index b99abda..acbeb5e 100644
--- a/src/qmlandroid/widget/qqmlandroidbaseadapter_p.h
+++ b/src/qmlandroid/widget/qqmlandroidbaseadapter_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidBaseAdapter : public QQmlAndroidContextual
+class Q_QMLANDROID_EXPORT QQmlAndroidBaseAdapter : public QQmlAndroidContextual
{
Q_OBJECT
Q_PROPERTY(int count READ count NOTIFY countChanged)
diff --git a/src/qmlandroid/widget/qqmlandroidbutton_p.h b/src/qmlandroid/widget/qqmlandroidbutton_p.h
index ab0ac94..c358c18 100644
--- a/src/qmlandroid/widget/qqmlandroidbutton_p.h
+++ b/src/qmlandroid/widget/qqmlandroidbutton_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidButton : public QQmlAndroidTextView
+class Q_QMLANDROID_EXPORT QQmlAndroidButton : public QQmlAndroidTextView
{
Q_OBJECT
diff --git a/src/qmlandroid/widget/qqmlandroidcalendarview_p.h b/src/qmlandroid/widget/qqmlandroidcalendarview_p.h
index ce8b24c..d12794b 100644
--- a/src/qmlandroid/widget/qqmlandroidcalendarview_p.h
+++ b/src/qmlandroid/widget/qqmlandroidcalendarview_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidCalendarView : public QQmlAndroidFrameLayout
+class Q_QMLANDROID_EXPORT QQmlAndroidCalendarView : public QQmlAndroidFrameLayout
{
Q_OBJECT
diff --git a/src/qmlandroid/widget/qqmlandroidcheckbox_p.h b/src/qmlandroid/widget/qqmlandroidcheckbox_p.h
index 4a9dbda..12e036c 100644
--- a/src/qmlandroid/widget/qqmlandroidcheckbox_p.h
+++ b/src/qmlandroid/widget/qqmlandroidcheckbox_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidCheckBox : public QQmlAndroidCompoundButton
+class Q_QMLANDROID_EXPORT QQmlAndroidCheckBox : public QQmlAndroidCompoundButton
{
Q_OBJECT
diff --git a/src/qmlandroid/widget/qqmlandroidcompoundbutton_p.h b/src/qmlandroid/widget/qqmlandroidcompoundbutton_p.h
index c73c18c..e7c699f 100644
--- a/src/qmlandroid/widget/qqmlandroidcompoundbutton_p.h
+++ b/src/qmlandroid/widget/qqmlandroidcompoundbutton_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidCompoundButton : public QQmlAndroidButton
+class Q_QMLANDROID_EXPORT QQmlAndroidCompoundButton : public QQmlAndroidButton
{
Q_OBJECT
Q_PROPERTY(bool checked READ isChecked WRITE setChecked NOTIFY checkedChanged)
diff --git a/src/qmlandroid/widget/qqmlandroiddatepicker_p.h b/src/qmlandroid/widget/qqmlandroiddatepicker_p.h
index 2335db9..ef566cf 100644
--- a/src/qmlandroid/widget/qqmlandroiddatepicker_p.h
+++ b/src/qmlandroid/widget/qqmlandroiddatepicker_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidDatePicker : public QQmlAndroidFrameLayout
+class Q_QMLANDROID_EXPORT QQmlAndroidDatePicker : public QQmlAndroidFrameLayout
{
Q_OBJECT
diff --git a/src/qmlandroid/widget/qqmlandroidedittext_p.h b/src/qmlandroid/widget/qqmlandroidedittext_p.h
index be8ed9a..c68a70b 100644
--- a/src/qmlandroid/widget/qqmlandroidedittext_p.h
+++ b/src/qmlandroid/widget/qqmlandroidedittext_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidEditText : public QQmlAndroidTextView
+class Q_QMLANDROID_EXPORT QQmlAndroidEditText : public QQmlAndroidTextView
{
Q_OBJECT
diff --git a/src/qmlandroid/widget/qqmlandroidframelayout_p.h b/src/qmlandroid/widget/qqmlandroidframelayout_p.h
index 3201838..692122f 100644
--- a/src/qmlandroid/widget/qqmlandroidframelayout_p.h
+++ b/src/qmlandroid/widget/qqmlandroidframelayout_p.h
@@ -53,7 +53,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidFrameLayout : public QQmlAndroidViewGroup
+class Q_QMLANDROID_EXPORT QQmlAndroidFrameLayout : public QQmlAndroidViewGroup
{
Q_OBJECT
diff --git a/src/qmlandroid/widget/qqmlandroidframelayoutparams_p.h b/src/qmlandroid/widget/qqmlandroidframelayoutparams_p.h
index 8496362..d34d789 100644
--- a/src/qmlandroid/widget/qqmlandroidframelayoutparams_p.h
+++ b/src/qmlandroid/widget/qqmlandroidframelayoutparams_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidFrameLayoutParams : public QQmlAndroidMarginLayoutParams
+class Q_QMLANDROID_EXPORT QQmlAndroidFrameLayoutParams : public QQmlAndroidMarginLayoutParams
{
Q_OBJECT
Q_PROPERTY(int gravity READ gravity WRITE setGravity NOTIFY gravityChanged)
diff --git a/src/qmlandroid/widget/qqmlandroidimageview_p.h b/src/qmlandroid/widget/qqmlandroidimageview_p.h
index ff71c15..5fd1751 100644
--- a/src/qmlandroid/widget/qqmlandroidimageview_p.h
+++ b/src/qmlandroid/widget/qqmlandroidimageview_p.h
@@ -54,7 +54,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidImageView : public QQmlAndroidView
+class Q_QMLANDROID_EXPORT QQmlAndroidImageView : public QQmlAndroidView
{
Q_OBJECT
Q_PROPERTY(QUrl imageURI READ imageURI WRITE setImageURI NOTIFY imageURIChanged)
diff --git a/src/qmlandroid/widget/qqmlandroidlinearlayout_p.h b/src/qmlandroid/widget/qqmlandroidlinearlayout_p.h
index b3ce17b..99b8875 100644
--- a/src/qmlandroid/widget/qqmlandroidlinearlayout_p.h
+++ b/src/qmlandroid/widget/qqmlandroidlinearlayout_p.h
@@ -54,7 +54,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidLinearLayout : public QQmlAndroidViewGroup
+class Q_QMLANDROID_EXPORT QQmlAndroidLinearLayout : public QQmlAndroidViewGroup
{
Q_OBJECT
Q_PROPERTY(bool baselineAligned READ isBaselineAligned WRITE setBaselineAligned NOTIFY baselineAlignedChanged)
diff --git a/src/qmlandroid/widget/qqmlandroidlinearlayoutparams_p.h b/src/qmlandroid/widget/qqmlandroidlinearlayoutparams_p.h
index 1a6ce3d..884e058 100644
--- a/src/qmlandroid/widget/qqmlandroidlinearlayoutparams_p.h
+++ b/src/qmlandroid/widget/qqmlandroidlinearlayoutparams_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidLinearLayoutParams : public QQmlAndroidMarginLayoutParams
+class Q_QMLANDROID_EXPORT QQmlAndroidLinearLayoutParams : public QQmlAndroidMarginLayoutParams
{
Q_OBJECT
Q_PROPERTY(int gravity READ gravity WRITE setGravity NOTIFY gravityChanged)
diff --git a/src/qmlandroid/widget/qqmlandroidlistview_p.h b/src/qmlandroid/widget/qqmlandroidlistview_p.h
index 66830bb..7b0f650 100644
--- a/src/qmlandroid/widget/qqmlandroidlistview_p.h
+++ b/src/qmlandroid/widget/qqmlandroidlistview_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidListView : public QQmlAndroidAdapterView // TODO: AbsListView
+class Q_QMLANDROID_EXPORT QQmlAndroidListView : public QQmlAndroidAdapterView // TODO: AbsListView
{
Q_OBJECT
diff --git a/src/qmlandroid/widget/qqmlandroidmarginlayoutparams_p.h b/src/qmlandroid/widget/qqmlandroidmarginlayoutparams_p.h
index 375faaf..0baee68 100644
--- a/src/qmlandroid/widget/qqmlandroidmarginlayoutparams_p.h
+++ b/src/qmlandroid/widget/qqmlandroidmarginlayoutparams_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidMarginLayoutParams : public QQmlAndroidLayoutParams
+class Q_QMLANDROID_EXPORT QQmlAndroidMarginLayoutParams : public QQmlAndroidLayoutParams
{
Q_OBJECT
Q_PROPERTY(int margin READ margin WRITE setMargin NOTIFY marginChanged)
diff --git a/src/qmlandroid/widget/qqmlandroidnumberpicker_p.h b/src/qmlandroid/widget/qqmlandroidnumberpicker_p.h
index e9da241..aac8ecd 100644
--- a/src/qmlandroid/widget/qqmlandroidnumberpicker_p.h
+++ b/src/qmlandroid/widget/qqmlandroidnumberpicker_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidNumberPicker : public QQmlAndroidLinearLayout
+class Q_QMLANDROID_EXPORT QQmlAndroidNumberPicker : public QQmlAndroidLinearLayout
{
Q_OBJECT
Q_PROPERTY(int value READ value WRITE setValue NOTIFY valueChanged)
diff --git a/src/qmlandroid/widget/qqmlandroidpopupmenu_p.h b/src/qmlandroid/widget/qqmlandroidpopupmenu_p.h
index e6b3c0e..0d8b63e 100644
--- a/src/qmlandroid/widget/qqmlandroidpopupmenu_p.h
+++ b/src/qmlandroid/widget/qqmlandroidpopupmenu_p.h
@@ -56,7 +56,7 @@ QT_BEGIN_NAMESPACE
class QQmlAndroidView;
class QQmlAndroidMenuItem;
-class QQmlAndroidPopupMenu : public QQmlAndroidObject
+class Q_QMLANDROID_EXPORT QQmlAndroidPopupMenu : public QQmlAndroidObject
{
Q_OBJECT
Q_PROPERTY(QQmlAndroidView *anchor READ anchor WRITE setAnchor NOTIFY anchorChanged)
diff --git a/src/qmlandroid/widget/qqmlandroidprogressbar_p.h b/src/qmlandroid/widget/qqmlandroidprogressbar_p.h
index 34ec173..706d53d 100644
--- a/src/qmlandroid/widget/qqmlandroidprogressbar_p.h
+++ b/src/qmlandroid/widget/qqmlandroidprogressbar_p.h
@@ -53,7 +53,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidProgressBar : public QQmlAndroidView
+class Q_QMLANDROID_EXPORT QQmlAndroidProgressBar : public QQmlAndroidView
{
Q_OBJECT
Q_PROPERTY(bool indeterminate READ isIndeterminate WRITE setIndeterminate NOTIFY indeterminateChanged)
diff --git a/src/qmlandroid/widget/qqmlandroidradiobutton_p.h b/src/qmlandroid/widget/qqmlandroidradiobutton_p.h
index 33298eb..e8211b9 100644
--- a/src/qmlandroid/widget/qqmlandroidradiobutton_p.h
+++ b/src/qmlandroid/widget/qqmlandroidradiobutton_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidRadioButton : public QQmlAndroidCompoundButton
+class Q_QMLANDROID_EXPORT QQmlAndroidRadioButton : public QQmlAndroidCompoundButton
{
Q_OBJECT
diff --git a/src/qmlandroid/widget/qqmlandroidradiogroup_p.h b/src/qmlandroid/widget/qqmlandroidradiogroup_p.h
index 3273566..6e5fdea 100644
--- a/src/qmlandroid/widget/qqmlandroidradiogroup_p.h
+++ b/src/qmlandroid/widget/qqmlandroidradiogroup_p.h
@@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE
class QQmlAndroidRadioButton;
-class QQmlAndroidRadioGroup : public QQmlAndroidLinearLayout
+class Q_QMLANDROID_EXPORT QQmlAndroidRadioGroup : public QQmlAndroidLinearLayout
{
Q_OBJECT
Q_PROPERTY(QQmlAndroidRadioButton *checkedButton READ checkedButton WRITE setCheckedButton NOTIFY checkedButtonChanged)
diff --git a/src/qmlandroid/widget/qqmlandroidratingbar_p.h b/src/qmlandroid/widget/qqmlandroidratingbar_p.h
index 0d32747..5556aef 100644
--- a/src/qmlandroid/widget/qqmlandroidratingbar_p.h
+++ b/src/qmlandroid/widget/qqmlandroidratingbar_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidRatingBar : public QQmlAndroidAbsSeekBar
+class Q_QMLANDROID_EXPORT QQmlAndroidRatingBar : public QQmlAndroidAbsSeekBar
{
Q_OBJECT
Q_PROPERTY(qreal rating READ rating WRITE setRating NOTIFY ratingChanged)
diff --git a/src/qmlandroid/widget/qqmlandroidrelativelayout_p.h b/src/qmlandroid/widget/qqmlandroidrelativelayout_p.h
index af0148b..eba0d19 100644
--- a/src/qmlandroid/widget/qqmlandroidrelativelayout_p.h
+++ b/src/qmlandroid/widget/qqmlandroidrelativelayout_p.h
@@ -53,7 +53,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidRelativeLayout : public QQmlAndroidViewGroup
+class Q_QMLANDROID_EXPORT QQmlAndroidRelativeLayout : public QQmlAndroidViewGroup
{
Q_OBJECT
diff --git a/src/qmlandroid/widget/qqmlandroidrelativelayoutparams_p.h b/src/qmlandroid/widget/qqmlandroidrelativelayoutparams_p.h
index d4d0905..962111a 100644
--- a/src/qmlandroid/widget/qqmlandroidrelativelayoutparams_p.h
+++ b/src/qmlandroid/widget/qqmlandroidrelativelayoutparams_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidRelativeLayoutParams : public QQmlAndroidMarginLayoutParams
+class Q_QMLANDROID_EXPORT QQmlAndroidRelativeLayoutParams : public QQmlAndroidMarginLayoutParams
{
Q_OBJECT
Q_PROPERTY(QQmlAndroidView *above READ above WRITE setAbove NOTIFY aboveChanged)
diff --git a/src/qmlandroid/widget/qqmlandroidscrollview_p.h b/src/qmlandroid/widget/qqmlandroidscrollview_p.h
index 3d51bae..5133d11 100644
--- a/src/qmlandroid/widget/qqmlandroidscrollview_p.h
+++ b/src/qmlandroid/widget/qqmlandroidscrollview_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidScrollView : public QQmlAndroidFrameLayout
+class Q_QMLANDROID_EXPORT QQmlAndroidScrollView : public QQmlAndroidFrameLayout
{
Q_OBJECT
Q_PROPERTY(int scrollX READ scrollX WRITE setScrollX NOTIFY scrollXChanged)
diff --git a/src/qmlandroid/widget/qqmlandroidsearchview_p.h b/src/qmlandroid/widget/qqmlandroidsearchview_p.h
index 067d6c6..ce2ce82 100644
--- a/src/qmlandroid/widget/qqmlandroidsearchview_p.h
+++ b/src/qmlandroid/widget/qqmlandroidsearchview_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidSearchView : public QQmlAndroidLinearLayout
+class Q_QMLANDROID_EXPORT QQmlAndroidSearchView : public QQmlAndroidLinearLayout
{
Q_OBJECT
diff --git a/src/qmlandroid/widget/qqmlandroidseekbar_p.h b/src/qmlandroid/widget/qqmlandroidseekbar_p.h
index ef9e068..e0affd1 100644
--- a/src/qmlandroid/widget/qqmlandroidseekbar_p.h
+++ b/src/qmlandroid/widget/qqmlandroidseekbar_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidSeekBar : public QQmlAndroidAbsSeekBar
+class Q_QMLANDROID_EXPORT QQmlAndroidSeekBar : public QQmlAndroidAbsSeekBar
{
Q_OBJECT
diff --git a/src/qmlandroid/widget/qqmlandroidspace_p.h b/src/qmlandroid/widget/qqmlandroidspace_p.h
index 92cfbbe..63837a5 100644
--- a/src/qmlandroid/widget/qqmlandroidspace_p.h
+++ b/src/qmlandroid/widget/qqmlandroidspace_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidSpace : public QQmlAndroidView
+class Q_QMLANDROID_EXPORT QQmlAndroidSpace : public QQmlAndroidView
{
Q_OBJECT
diff --git a/src/qmlandroid/widget/qqmlandroidspinner_p.h b/src/qmlandroid/widget/qqmlandroidspinner_p.h
index 6291f22..d0319c9 100644
--- a/src/qmlandroid/widget/qqmlandroidspinner_p.h
+++ b/src/qmlandroid/widget/qqmlandroidspinner_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidSpinner : public QQmlAndroidAdapterView // TODO: AbsSpinner
+class Q_QMLANDROID_EXPORT QQmlAndroidSpinner : public QQmlAndroidAdapterView // TODO: AbsSpinner
{
Q_OBJECT
diff --git a/src/qmlandroid/widget/qqmlandroidswitch_p.h b/src/qmlandroid/widget/qqmlandroidswitch_p.h
index 2368bdc..942eca4 100644
--- a/src/qmlandroid/widget/qqmlandroidswitch_p.h
+++ b/src/qmlandroid/widget/qqmlandroidswitch_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidSwitch : public QQmlAndroidCompoundButton
+class Q_QMLANDROID_EXPORT QQmlAndroidSwitch : public QQmlAndroidCompoundButton
{
Q_OBJECT
diff --git a/src/qmlandroid/widget/qqmlandroidtabhost_p.h b/src/qmlandroid/widget/qqmlandroidtabhost_p.h
index 040dd33..004e1f3 100644
--- a/src/qmlandroid/widget/qqmlandroidtabhost_p.h
+++ b/src/qmlandroid/widget/qqmlandroidtabhost_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidTabHost : public QQmlAndroidFrameLayout
+class Q_QMLANDROID_EXPORT QQmlAndroidTabHost : public QQmlAndroidFrameLayout
{
Q_OBJECT
diff --git a/src/qmlandroid/widget/qqmlandroidtabspec_p.h b/src/qmlandroid/widget/qqmlandroidtabspec_p.h
index bd7b6bc..0828098 100644
--- a/src/qmlandroid/widget/qqmlandroidtabspec_p.h
+++ b/src/qmlandroid/widget/qqmlandroidtabspec_p.h
@@ -48,6 +48,8 @@
// We mean it.
//
+#include <QtQmlAndroid/private/qtqmlandroidglobal_p.h>
+
#include <QtCore/qobject.h>
#include <QtAndroidExtras/qandroidjniobject.h>
#include <QtQml/qqml.h>
@@ -57,7 +59,7 @@ QT_BEGIN_NAMESPACE
class QQmlAndroidView;
class QQmlAndroidTabHost;
-class QQmlAndroidTabSpec : public QObject
+class Q_QMLANDROID_EXPORT QQmlAndroidTabSpec : public QObject
{
Q_OBJECT
Q_PROPERTY(QString label READ label WRITE setLabel NOTIFY labelChanged)
diff --git a/src/qmlandroid/widget/qqmlandroidtabwidget_p.h b/src/qmlandroid/widget/qqmlandroidtabwidget_p.h
index 19af400..0a97f9e 100644
--- a/src/qmlandroid/widget/qqmlandroidtabwidget_p.h
+++ b/src/qmlandroid/widget/qqmlandroidtabwidget_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidTabWidget : public QQmlAndroidLinearLayout
+class Q_QMLANDROID_EXPORT QQmlAndroidTabWidget : public QQmlAndroidLinearLayout
{
Q_OBJECT
diff --git a/src/qmlandroid/widget/qqmlandroidtextview_p.h b/src/qmlandroid/widget/qqmlandroidtextview_p.h
index 454e0fb..de83bd9 100644
--- a/src/qmlandroid/widget/qqmlandroidtextview_p.h
+++ b/src/qmlandroid/widget/qqmlandroidtextview_p.h
@@ -54,7 +54,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidTextView : public QQmlAndroidView
+class Q_QMLANDROID_EXPORT QQmlAndroidTextView : public QQmlAndroidView
{
Q_OBJECT
Q_PROPERTY(QString text READ text WRITE setText NOTIFY textChanged)
diff --git a/src/qmlandroid/widget/qqmlandroidtimepicker_p.h b/src/qmlandroid/widget/qqmlandroidtimepicker_p.h
index 4f3043a..0b54c04 100644
--- a/src/qmlandroid/widget/qqmlandroidtimepicker_p.h
+++ b/src/qmlandroid/widget/qqmlandroidtimepicker_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidTimePicker : public QQmlAndroidFrameLayout
+class Q_QMLANDROID_EXPORT QQmlAndroidTimePicker : public QQmlAndroidFrameLayout
{
Q_OBJECT
diff --git a/src/qmlandroid/widget/qqmlandroidtoast_p.h b/src/qmlandroid/widget/qqmlandroidtoast_p.h
index e3062c3..f6e182e 100644
--- a/src/qmlandroid/widget/qqmlandroidtoast_p.h
+++ b/src/qmlandroid/widget/qqmlandroidtoast_p.h
@@ -55,7 +55,7 @@ QT_BEGIN_NAMESPACE
class QQmlAndroidView;
-class QQmlAndroidToast : public QQmlAndroidObject
+class Q_QMLANDROID_EXPORT QQmlAndroidToast : public QQmlAndroidObject
{
Q_OBJECT
Q_PROPERTY(QString text READ text WRITE setText NOTIFY textChanged)
diff --git a/src/qmlandroid/widget/qqmlandroidtogglebutton_p.h b/src/qmlandroid/widget/qqmlandroidtogglebutton_p.h
index 0fb11ff..674b2a1 100644
--- a/src/qmlandroid/widget/qqmlandroidtogglebutton_p.h
+++ b/src/qmlandroid/widget/qqmlandroidtogglebutton_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidToggleButton : public QQmlAndroidCompoundButton
+class Q_QMLANDROID_EXPORT QQmlAndroidToggleButton : public QQmlAndroidCompoundButton
{
Q_OBJECT
Q_PROPERTY(QString textOn READ textOn WRITE setTextOn NOTIFY textOnChanged)
diff --git a/src/qmlandroid/widget/qqmlandroidviewanimator_p.h b/src/qmlandroid/widget/qqmlandroidviewanimator_p.h
index dbca589..daa4745 100644
--- a/src/qmlandroid/widget/qqmlandroidviewanimator_p.h
+++ b/src/qmlandroid/widget/qqmlandroidviewanimator_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidViewAnimator : public QQmlAndroidFrameLayout
+class Q_QMLANDROID_EXPORT QQmlAndroidViewAnimator : public QQmlAndroidFrameLayout
{
Q_OBJECT
Q_PROPERTY(int displayedChild READ displayedChild WRITE setDisplayedChild NOTIFY displayedChildChanged)
diff --git a/src/qmlandroid/widget/qqmlandroidviewflipper_p.h b/src/qmlandroid/widget/qqmlandroidviewflipper_p.h
index 3acf93a..26587d6 100644
--- a/src/qmlandroid/widget/qqmlandroidviewflipper_p.h
+++ b/src/qmlandroid/widget/qqmlandroidviewflipper_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidViewFlipper : public QQmlAndroidViewAnimator
+class Q_QMLANDROID_EXPORT QQmlAndroidViewFlipper : public QQmlAndroidViewAnimator
{
Q_OBJECT
diff --git a/src/qmlandroid/widget/qqmlandroidviewswitcher_p.h b/src/qmlandroid/widget/qqmlandroidviewswitcher_p.h
index d2efbc2..b4ed68d 100644
--- a/src/qmlandroid/widget/qqmlandroidviewswitcher_p.h
+++ b/src/qmlandroid/widget/qqmlandroidviewswitcher_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidViewSwitcher : public QQmlAndroidViewAnimator
+class Q_QMLANDROID_EXPORT QQmlAndroidViewSwitcher : public QQmlAndroidViewAnimator
{
Q_OBJECT