forked from qt-creator/qt-creator
QmlDesigner.ItemLibrary: Added qml files to itemlibrary project file
This commit is contained in:
committed by
Kai Koehne
parent
b5c7bc1c3d
commit
d6df0907b7
@@ -9,3 +9,11 @@ INCLUDEPATH += $$PWD
|
||||
HEADERS += itemlibrary.h customdraganddrop.h itemlibrarymodel.h itemlibrarywidgets.h
|
||||
SOURCES += itemlibrary.cpp customdraganddrop.cpp itemlibrarymodel.cpp itemlibrarywidgets.cpp
|
||||
RESOURCES += itemlibrary.qrc
|
||||
|
||||
OTHER_FILES += \
|
||||
qml/Selector.qml \
|
||||
qml/SectionView.qml \
|
||||
qml/Scrollbar.qml \
|
||||
qml/ItemView.qml \
|
||||
qml/ItemsViewStyle.qml \
|
||||
qml/ItemsView.qml
|
||||
|
Reference in New Issue
Block a user