forked from qt-creator/qt-creator
Core/ProjectExplorer: Deprecate QDom in favour of QXmlStream-classes.
Rewrite PersistentSettingsReader/Write and CommandsFile to use QXmlStreamReader/Writer. Files will now be written out using native line endings and contain proper XML version information. Keyboard schemes will contain empty shortcut elements for empty elements. Rubber-stamped-by: con
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
TEMPLATE = lib
|
||||
TARGET = Core
|
||||
DEFINES += CORE_LIBRARY
|
||||
QT += xml \
|
||||
network \
|
||||
QT += network \
|
||||
script \
|
||||
sql
|
||||
CONFIG += help
|
||||
|
||||
Reference in New Issue
Block a user