diff options
author | Michele Calgaro <[email protected]> | 2024-05-06 16:30:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-07 11:02:46 +0900 |
commit | f2e2d9a5271aa9cfd966592d50f60d5b5bf550f4 (patch) | |
tree | cc7432e510ae4b3e06da2eb25b1253e3151e8219 /src/tools/gputils | |
parent | 98a431600b55a53baed727e5821469a3e9a41bca (diff) | |
download | piklab-f2e2d9a5271aa9cfd966592d50f60d5b5bf550f4.tar.gz piklab-f2e2d9a5271aa9cfd966592d50f60d5b5bf550f4.zip |
Include moc files in cpp sources
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 1c22ae157c39e2c1434e5ec43a05eda78dc86798)
Diffstat (limited to 'src/tools/gputils')
-rw-r--r-- | src/tools/gputils/gputils_compile.cpp | 2 | ||||
-rw-r--r-- | src/tools/gputils/gui/gputils_ui.cpp | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/gputils/gputils_compile.cpp b/src/tools/gputils/gputils_compile.cpp index cbe2309..78a46ea 100644 --- a/src/tools/gputils/gputils_compile.cpp +++ b/src/tools/gputils/gputils_compile.cpp @@ -107,3 +107,5 @@ TQString GPUtils::LibraryProject::outputFiles() const { return "PURL::Library"; } + +#include "gputils_compile.moc" diff --git a/src/tools/gputils/gui/gputils_ui.cpp b/src/tools/gputils/gui/gputils_ui.cpp index 2a912f7..465dbcf 100644 --- a/src/tools/gputils/gui/gputils_ui.cpp +++ b/src/tools/gputils/gui/gputils_ui.cpp @@ -51,3 +51,5 @@ void GPUtils::ConfigWidget::saveConfig(Compile::Config &config) const if ( _category==Tool::Category::Assembler ) static_cast<Config &>(config).setGPAsmWarningLevel(_gpasmWarning->currentItem()); } + +#include "gputils_ui.moc" |