Files
TinyORM/tests/models/models.pri
silverqx 60b4fbc914 qmake changed to *= for all INCLUDEPATH
Changed all to INCLUDEPATH *= $$PWD.
2023-09-09 09:13:32 +02:00

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 \