summaryrefslogtreecommitdiff
path: root/src/items/database/database.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/items/database/database.pri')
-rw-r--r--src/items/database/database.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/items/database/database.pri b/src/items/database/database.pri
index f673ff6..53d4f6f 100644
--- a/src/items/database/database.pri
+++ b/src/items/database/database.pri
@@ -1,6 +1,7 @@
DEPENDPATH += $$PWD
SOURCES += \
+ databasecommands.cpp \
column.cpp \
columnlist.cpp \
columnlistmodel.cpp \
@@ -10,6 +11,7 @@ SOURCES += \
tableproperties.cpp
HEADERS += \
+ databasecommands.h \
column.h \
columnlist.h \
columnlistmodel.h \