summaryrefslogtreecommitdiffstats
path: root/src/table/qt_table.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/table/qt_table.pri')
-rw-r--r--src/table/qt_table.pri6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/table/qt_table.pri b/src/table/qt_table.pri
new file mode 100644
index 000000000..c13396389
--- /dev/null
+++ b/src/table/qt_table.pri
@@ -0,0 +1,6 @@
+# Qt table module
+
+table {
+ HEADERS += $$TABLE_H/qtable.h
+ SOURCES += $$TABLE_CPP/qtable.cpp
+}