fix datephrase file path in pro file

This commit is contained in:
Hamed.Masafi 2019-02-26 18:34:13 +03:30
parent 2a60f0c00e
commit 9c182ea7f2
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ HEADERS += \
$$PWD/phrases/phrasedata.h \
$$PWD/phrases/phrasedatalist.h \
$$PWD/phrases/phraselist.h \
../../../../Dev/Qt/Nut/src/phrases/datephrase.h
$$PWD/phrases/datephrase.h
SOURCES += \
$$PWD/generators/sqlgeneratorbase.cpp \
@ -68,6 +68,6 @@ SOURCES += \
$$PWD/phrases/phrasedata.cpp \
$$PWD/phrases/phrasedatalist.cpp \
$$PWD/phrases/phraselist.cpp \
../../../../Dev/Qt/Nut/src/phrases/datephrase.cpp
$$PWD/phrases/datephrase.cpp
include($$PWD/../3rdparty/serializer/src/src.pri)