Fix non-developer build

These exports are needed
This commit is contained in:
Sergio Martins
2020-12-15 21:56:22 +00:00
parent 2c8bbd10f7
commit 7082e40cd5
6 changed files with 6 additions and 6 deletions

View File

@@ -72,7 +72,7 @@ class Item;
* Inherit from it via multi-inheritance so this wrapper is deleted when the actual QWidget/QQuickItem
* is deleted.
*/
class DOCKS_EXPORT_FOR_UNIT_TESTS Widget
class DOCKS_EXPORT Widget
{
public:
explicit Widget(QObject *thisObj);