diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-02-04 10:14:33 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-02-05 20:23:28 +0900 |
| commit | e2d71f0532c6618719742e518d645b700df0bc80 (patch) | |
| tree | 7818a773344575ab3749c277ad9a85daaf4b825b /src/modules/raweditor/Makefile.am | |
| parent | ed184e8a40a61c38536ba6b2ab3453dffe7937e5 (diff) | |
| download | kvirc-feat/moc-files-modules.tar.gz kvirc-feat/moc-files-modules.zip | |
Include moc files directly from the related source files (modules)feat/moc-files-modules
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/modules/raweditor/Makefile.am')
| -rw-r--r-- | src/modules/raweditor/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/raweditor/Makefile.am b/src/modules/raweditor/Makefile.am index 07ba37b3..34612156 100644 --- a/src/modules/raweditor/Makefile.am +++ b/src/modules/raweditor/Makefile.am @@ -6,12 +6,12 @@ pluglib_LTLIBRARIES = libkviraweditor.la libkviraweditor_la_LDFLAGS = -module -avoid-version $(SS_LDFLAGS) $(SS_LIBDIRS) libkviraweditor_la_SOURCES = libkviraweditor.cpp raweditor.cpp -nodist_libkviraweditor_la_SOURCES = moc_raweditor.cpp -noinst_HEADERS = raweditor.h libkviraweditor_la_LIBADD = $(SS_LIBLINK) ../../kvirc/build/libkvirc.la -# noinst_HEADERS= +noinst_HEADERS = raweditor.h -moc_raweditor.cpp: raweditor.h +%.moc: %.h $(SS_QT_MOC) $< -o $@ + +raweditor.cpp: raweditor.moc |
