root/src/data.pri

SOURCES += library.cpp \
    config.cpp \
    tvshow.cpp \
    franchise.cpp \
    episodelist.cpp \
    episode.cpp \
    videofile.cpp \
    log.cpp \
    libraryinitthread.cpp


HEADERS  += library.h \
    config.h \
    tvshow.h \
    franchise.h \
    episodelist.h \
    episode.h \
    videofile.h \
    log.h \
    libraryinitthread.h