mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-01 06:00:08 -05:00
60b4fbc914
Changed all to INCLUDEPATH *= $$PWD.
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 \
|