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

This commit is contained in:
2019-04-22 21:07:41 +02:00
förälder c928c94eb1
incheckning 95a650dd30
17 ändrade filer med 471 tillägg och 98 borttagningar

Visa fil

@ -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