mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-02-05 01:39:39 -06:00
36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
INCLUDEPATH *= $$PWD
|
|
|
|
HEADERS += \
|
|
$$PWD/models/album.hpp \
|
|
$$PWD/models/albumimage.hpp \
|
|
$$PWD/models/datetime.hpp \
|
|
$$PWD/models/datetime_serializeoverride.hpp \
|
|
$$PWD/models/filepropertyproperty.hpp \
|
|
$$PWD/models/massassignmentmodels.hpp \
|
|
$$PWD/models/phone.hpp \
|
|
$$PWD/models/role.hpp \
|
|
$$PWD/models/roleuser.hpp \
|
|
$$PWD/models/roleuser_appends.hpp \
|
|
$$PWD/models/setting.hpp \
|
|
$$PWD/models/tag.hpp \
|
|
$$PWD/models/tag_returnrelation.hpp \
|
|
$$PWD/models/tagged.hpp \
|
|
$$PWD/models/tagproperty.hpp \
|
|
$$PWD/models/torrent.hpp \
|
|
$$PWD/models/torrent_returnrelation.hpp \
|
|
$$PWD/models/torrenteager.hpp \
|
|
$$PWD/models/torrenteager_failed.hpp \
|
|
$$PWD/models/torrenteager_withdefault.hpp \
|
|
$$PWD/models/torrenteager_without_qdatetime.hpp \
|
|
$$PWD/models/torrentpeer.hpp \
|
|
$$PWD/models/torrentpeereager.hpp \
|
|
$$PWD/models/torrentpeereager_norelations.hpp \
|
|
$$PWD/models/torrentpreviewablefile.hpp \
|
|
$$PWD/models/torrentpreviewablefileeager.hpp \
|
|
$$PWD/models/torrentpreviewablefileeager_withdefault.hpp \
|
|
$$PWD/models/torrentpreviewablefileproperty.hpp \
|
|
$$PWD/models/torrentpreviewablefilepropertyeager.hpp \
|
|
$$PWD/models/torrentstate.hpp \
|
|
$$PWD/models/type.hpp \
|
|
$$PWD/models/user.hpp \
|