forked from qt-creator/qt-creator
QmlDesigner: Add new files to qmake .pro for 6.0
Change-Id: I37c2319e2feba1c2bda7689b49e2ab23457d18e1 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -92,7 +92,10 @@ SOURCES += $$PWD/model/abstractview.cpp \
|
||||
$$PWD/imagecache/synchronousimagecache.cpp \
|
||||
$$PWD/imagecache/imagecacheconnectionmanager.cpp \
|
||||
$$PWD/imagecache/imagecachegenerator.cpp \
|
||||
$$PWD/imagecache/timestampprovider.cpp
|
||||
$$PWD/imagecache/timestampprovider.cpp \
|
||||
$$PWD/imagecache/explicitimagecacheimageprovider.cpp \
|
||||
$$PWD/imagecache/asynchronousimagefactory.cpp \
|
||||
$$PWD/imagecache/asynchronousexplicitimagecache.cpp
|
||||
|
||||
|
||||
HEADERS += $$PWD/include/qmldesignercorelib_global.h \
|
||||
@@ -185,7 +188,10 @@ HEADERS += $$PWD/include/qmldesignercorelib_global.h \
|
||||
$$PWD/imagecache/imagecachegenerator.h \
|
||||
$$PWD/imagecache/imagecachestorage.h \
|
||||
$$PWD/imagecache/timestampprovider.h \
|
||||
$$PWD/imagecache/timestampproviderinterface.h
|
||||
$$PWD/imagecache/timestampproviderinterface.h \
|
||||
$$PWD/imagecache/explicitimagecacheimageprovider.h \
|
||||
$$PWD/imagecache/asynchronousimagefactory.h \
|
||||
$$PWD/include/asynchronousexplicitimagecache.h
|
||||
|
||||
|
||||
FORMS += \
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
HEADERS += $$PWD/qmldesignerconstants.h \
|
||||
$$PWD/shortcutmanager.h \
|
||||
$$PWD/qmldesignerplugin.h \
|
||||
$$PWD/qmldesignerprojectmanager.h \
|
||||
$$PWD/designmodewidget.h \
|
||||
$$PWD/designersettings.h \
|
||||
$$PWD/editorproxy.h \
|
||||
@@ -19,6 +20,7 @@ HEADERS += $$PWD/qmldesignerconstants.h \
|
||||
$$PWD/richtexteditordialog.h
|
||||
|
||||
SOURCES += $$PWD/qmldesignerplugin.cpp \
|
||||
$$PWD/qmldesignerprojectmanager.cpp \
|
||||
$$PWD/shortcutmanager.cpp \
|
||||
$$PWD/designmodewidget.cpp \
|
||||
$$PWD/designersettings.cpp \
|
||||
@@ -35,5 +37,6 @@ SOURCES += $$PWD/qmldesignerplugin.cpp \
|
||||
$$PWD/designermcumanager.cpp \
|
||||
$$PWD/richtexteditordialog.cpp
|
||||
|
||||
|
||||
FORMS += $$PWD/settingspage.ui \
|
||||
$$PWD/openuiqmlfiledialog.ui
|
||||
|
||||
Reference in New Issue
Block a user