move more files to shared project ; searchresultt.h: use filedata.h

This commit is contained in:
2019-04-22 21:07:41 +02:00
parent c928c94eb1
commit 95a650dd30
17 changed files with 471 additions and 98 deletions

View File

@@ -23,9 +23,13 @@ DEFINES += QT_DEPRECATED_WARNINGS
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += sqlitesearch.cpp
SOURCES += sqlitesearch.cpp \
qssgeneralexception.cpp
HEADERS += sqlitesearch.h
HEADERS += sqlitesearch.h \
filedata.h \
searchresult.h \
qssgeneralexception.h
unix {
target.path = /usr/lib
INSTALLS += target