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