mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-02-15 23:09:37 -06:00
8 lines
311 B
Plaintext
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 \
|