Build with qt 6.4.1
This commit is contained in:
parent
0de2161935
commit
16d485b1ed
|
|
@ -1 +1 @@
|
|||
set(QT_REPO_MODULE_VERSION "6.4.2")
|
||||
set(QT_REPO_MODULE_VERSION "6.5.1")
|
||||
|
|
|
|||
|
|
@ -42,7 +42,10 @@ qt_internal_add_module(Nut
|
|||
phrases/phrasedata.cpp phrases/phrasedata.h
|
||||
phrases/phrasedatalist.cpp phrases/phrasedatalist.h
|
||||
phrases/phraselist.cpp phrases/phraselist.h
|
||||
phrases/numericphrase.cpp phrases/numericphrase.h
|
||||
types/dbgeography.cpp types/dbgeography.h
|
||||
|
||||
NutGlobal
|
||||
DEFINES
|
||||
NUT_BUILD_LIB
|
||||
NUT_SHARED
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
#include "config/nut_global.h"
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
#define FOREIGNCONTAINER_H
|
||||
|
||||
#include <QtGlobal>
|
||||
#include <QtNut/NutGlobal>
|
||||
#include <QtNut/nut_global.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
#define SQLSERIALIZER_H
|
||||
|
||||
#include <QVariant>
|
||||
#include <QtNut/NutGlobal>
|
||||
#include <QtNut/nut_global.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,4 @@
|
|||
#include <QtNut/fieldphrase_qstring.h>
|
||||
#include <QtNut/fieldphrase_bool.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // PHRASE_H
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
#include <QtNut/nut_global.h>
|
||||
#include <QtNut/assignmentphraselist.h>
|
||||
#include <QtNut/NutGlobal>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -3,5 +3,6 @@
|
|||
);
|
||||
%classnames = (
|
||||
"nut_global.h" => "NutGlobal"
|
||||
"numericphrase.h" => "NumericFieldPhrase"
|
||||
);
|
||||
$publicclassregexp = ".+";
|
||||
|
|
|
|||
Loading…
Reference in New Issue