added Common namespace. cli: use settings instead of env for db path

Tento commit je obsažen v:
2020-05-23 22:52:42 +02:00
rodič 2161c21e4d
revize bb4824764c
5 změnil soubory, kde provedl 84 přidání a 60 odebrání

Zobrazit soubor

@ -26,14 +26,16 @@ DEFINES += QT_DEPRECATED_WARNINGS
SOURCES += sqlitesearch.cpp \
qssgeneralexception.cpp \
qssquery.cpp
qssquery.cpp \
common.cpp
HEADERS += sqlitesearch.h \
filedata.h \
searchresult.h \
qssgeneralexception.h \
token.h \
qssquery.h
qssquery.h \
common.h
unix {
target.path = /usr/lib
INSTALLS += target