mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-28 22:09:27 -06:00
29 lines
966 B
Plaintext
29 lines
966 B
Plaintext
INCLUDEPATH += $$PWD
|
|
|
|
SOURCES += \
|
|
$$PWD/models/torrent.cpp \
|
|
|
|
HEADERS += \
|
|
$$PWD/models/filepropertyproperty.hpp \
|
|
$$PWD/models/massassignmentmodels.hpp \
|
|
$$PWD/models/phone.hpp \
|
|
$$PWD/models/role.hpp \
|
|
$$PWD/models/roleuser.hpp \
|
|
$$PWD/models/setting.hpp \
|
|
$$PWD/models/tag.hpp \
|
|
$$PWD/models/tagged.hpp \
|
|
$$PWD/models/tagproperty.hpp \
|
|
$$PWD/models/torrent.hpp \
|
|
$$PWD/models/torrenteager.hpp \
|
|
$$PWD/models/torrenteager_failed.hpp \
|
|
$$PWD/models/torrenteager_withdefault.hpp \
|
|
$$PWD/models/torrentpeer.hpp \
|
|
$$PWD/models/torrentpeereager_norelations.hpp \
|
|
$$PWD/models/torrentpeereager.hpp \
|
|
$$PWD/models/torrentpreviewablefile.hpp \
|
|
$$PWD/models/torrentpreviewablefileeager.hpp \
|
|
$$PWD/models/torrentpreviewablefileeager_withdefault.hpp \
|
|
$$PWD/models/torrentpreviewablefileproperty.hpp \
|
|
$$PWD/models/torrentpreviewablefilepropertyeager.hpp \
|
|
$$PWD/models/user.hpp \
|