Files
TinyORM/tests/models/models.pri
silverqx 97431a35ec moved models/ folder to tests/
Models will be also needed in auto unit tests, not only in auto
functional tests.
2021-07-25 15:02:41 +02:00

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 \