diff options
Diffstat (limited to 'src/modules/help/help.pro')
| -rw-r--r-- | src/modules/help/help.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/modules/help/help.pro b/src/modules/help/help.pro new file mode 100644 index 000000000..0c14b7101 --- /dev/null +++ b/src/modules/help/help.pro @@ -0,0 +1,7 @@ +TARGET = kvihelp
+
+HEADERS += helpwidget.h helpwindow.h index.h
+
+SOURCES += libkvihelp.cpp helpwidget.cpp helpwindow.cpp index.cpp
+
+include(../module.pri)
\ No newline at end of file |
