Add unicodestrings.h to core.pri

Conflicts:
	src/core/core.pri
This commit is contained in:
sledgehammer999
2015-07-03 22:22:14 +03:00
parent 74bba9ecfe
commit 515c578188

View File

@@ -23,7 +23,8 @@ HEADERS += \
$$PWD/http/responsegenerator.h \
$$PWD/http/server.h \
$$PWD/http/types.h \
$$PWD/http/responsebuilder.h
$$PWD/http/responsebuilder.h \
$$PWD/unicodestrings.h
SOURCES += \
$$PWD/downloadthread.cpp \