forked from qt-creator/qt-creator
.pro and .qbs files: Consistently list .mimetypes.xml files
Change-Id: I37add98ad5b35b3d375fca721ed816124f3af7f4 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -26,4 +26,4 @@ SOURCES = genericproject.cpp \
|
||||
RESOURCES += genericproject.qrc
|
||||
FORMS += genericmakestep.ui
|
||||
|
||||
|
||||
OTHER_FILES += GenericProject.mimetypes.xml
|
||||
|
||||
@@ -16,6 +16,7 @@ QtcPlugin {
|
||||
Depends { name: "QtSupport" }
|
||||
|
||||
files: [
|
||||
"GenericProject.mimetypes.xml",
|
||||
"filesselectionwizardpage.cpp",
|
||||
"filesselectionwizardpage.h",
|
||||
"genericbuildconfiguration.cpp",
|
||||
|
||||
Reference in New Issue
Block a user