Ok, compiling in QtCreator , both #include <QXmlSimpleReader> and #include <QtSql> work. But now what about #include <QtXmlPatterns>? It doesnt work. Gives me the same error.
.pro:
TARGET = IconView
TEMPLATE = app
SOURCES += main.cpp \
widget.cpp
HEADERS += widget.h
FORMS += widget.ui
RESOURCES += res.qrc
QT += xml
QT += sql
TARGET = IconView
TEMPLATE = app
SOURCES += main.cpp \
widget.cpp
HEADERS += widget.h
FORMS += widget.ui
RESOURCES += res.qrc
QT += xml
QT += sql
To copy to clipboard, switch view to plain text mode
Bookmarks