Moved library stubs into a separate directory
This commit is contained in:
parent
11f516e8fa
commit
4ab57a9a45
4 changed files with 6 additions and 3 deletions
|
@ -106,13 +106,16 @@ SOURCES += \
|
|||
src/BooksTextStyle.cpp \
|
||||
src/BooksTaskQueue.cpp \
|
||||
src/BooksTextView.cpp \
|
||||
src/expat.c \
|
||||
src/libudev.c \
|
||||
src/magic.c \
|
||||
src/main.cpp \
|
||||
src/ZLApplication.cpp \
|
||||
src/ZLibrary.cpp
|
||||
|
||||
# Stubs for the libraries not allowed in harbour
|
||||
SOURCES += \
|
||||
stubs/libexpat.c \
|
||||
stubs/libmagic.c \
|
||||
stubs/libudev.c
|
||||
|
||||
HEADERS += \
|
||||
src/BooksBook.h \
|
||||
src/BooksBookModel.h \
|
||||
|
|
Loading…
Reference in a new issue