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

8 lines
311 B
Plaintext

INCLUDEPATH *= $$PWD
HEADERS += \
$$PWD/migrations/2014_10_12_000000_create_posts_table.hpp \
$$PWD/migrations/2014_10_12_100000_add_factor_column_to_posts_table.hpp \
$$PWD/migrations/2014_10_12_200000_create_properties_table.hpp \
$$PWD/migrations/2014_10_12_300000_create_phones_table.hpp \