From bf076238d30b3e8523b5362f5698ea2e3660c5bf Mon Sep 17 00:00:00 2001 From: gregory guy Date: Thu, 7 Oct 2021 15:17:57 +0200 Subject: Conversion to the cmake building system. Signed-off-by: gregory guy (cherry picked from commit a69b55c674b0528c00598bea54b7a661f4e49f27) --- example/application.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'example/application.cpp') diff --git a/example/application.cpp b/example/application.cpp index ab40c63..92a7123 100644 --- a/example/application.cpp +++ b/example/application.cpp @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include #include #include @@ -269,3 +269,5 @@ void ApplicationWindow::aboutTQt() { TQMessageBox::aboutTQt( this, "TQScintilla Application Example" ); } + +#include "application.moc" -- cgit v1.2.3