diff --git a/components/components.pro b/components/components.pro index 057048dcb..dae758dd6 100644 --- a/components/components.pro +++ b/components/components.pro @@ -43,7 +43,8 @@ SOURCES = \ qtmaterialpaper.cpp \ qtmaterialtable.cpp \ layouts/qtmaterialsnackbarlayout.cpp \ - qtmaterialautocomplete_internal.cpp + qtmaterialautocomplete_internal.cpp \ + qtmaterialmenu.cpp HEADERS = \ qtmaterialavatar_p.h \ qtmaterialavatar.h \ @@ -114,6 +115,8 @@ HEADERS = \ qtmaterialtable_p.h \ layouts/qtmaterialsnackbarlayout.h \ layouts/qtmaterialsnackbarlayout_p.h \ - qtmaterialautocomplete_internal.h + qtmaterialautocomplete_internal.h \ + qtmaterialmenu.h \ + qtmaterialmenu_p.h RESOURCES += \ resources.qrc diff --git a/components/qtmaterialmenu.cpp b/components/qtmaterialmenu.cpp new file mode 100644 index 000000000..e69de29bb diff --git a/components/qtmaterialmenu.h b/components/qtmaterialmenu.h new file mode 100644 index 000000000..096448152 --- /dev/null +++ b/components/qtmaterialmenu.h @@ -0,0 +1,4 @@ +#ifndef QTMATERIALMENU_H +#define QTMATERIALMENU_H + +#endif // QTMATERIALMENU_H diff --git a/components/qtmaterialmenu_p.h b/components/qtmaterialmenu_p.h new file mode 100644 index 000000000..1328bdca1 --- /dev/null +++ b/components/qtmaterialmenu_p.h @@ -0,0 +1,4 @@ +#ifndef QTMATERIALMENU_P_H +#define QTMATERIALMENU_P_H + +#endif // QTMATERIALMENU_P_H