Skip to content

Commit

Permalink
Build with qt 6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamed Masafi committed Jul 13, 2023
1 parent 0de2161 commit 16d485b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .cmake.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
set(QT_REPO_MODULE_VERSION "6.4.2")
set(QT_REPO_MODULE_VERSION "6.5.1")
3 changes: 3 additions & 0 deletions src/nut/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/nut/NutGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "config/nut_global.h"
2 changes: 1 addition & 1 deletion src/nut/core/foreigncontainer.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define FOREIGNCONTAINER_H

#include <QtGlobal>
#include <QtNut/NutGlobal>
#include <QtNut/nut_global.h>

QT_BEGIN_NAMESPACE

Expand Down
2 changes: 1 addition & 1 deletion src/nut/core/sqlserializer.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define SQLSERIALIZER_H

#include <QVariant>
#include <QtNut/NutGlobal>
#include <QtNut/nut_global.h>

QT_BEGIN_NAMESPACE

Expand Down
3 changes: 0 additions & 3 deletions src/nut/phrase.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,4 @@
#include <QtNut/fieldphrase_qstring.h>
#include <QtNut/fieldphrase_bool.h>

QT_BEGIN_NAMESPACE
QT_END_NAMESPACE

#endif // PHRASE_H
1 change: 0 additions & 1 deletion src/nut/phrases/assignmentphrase.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

#include <QtNut/nut_global.h>
#include <QtNut/assignmentphraselist.h>
#include <QtNut/NutGlobal>

QT_BEGIN_NAMESPACE

Expand Down
1 change: 1 addition & 0 deletions sync.profile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
);
%classnames = (
"nut_global.h" => "NutGlobal"
"numericphrase.h" => "NumericFieldPhrase"
);
$publicclassregexp = ".+";

0 comments on commit 16d485b

Please sign in to comment.