mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-21 10:29:36 -06:00
qmake changed to *= for all INCLUDEPATH
Changed all to INCLUDEPATH *= $$PWD.
This commit is contained in:
@@ -819,7 +819,7 @@ Configuring by the `.qmake.conf` and `.env` files has one big advantage, which i
|
||||
Create `database/migrations.pri` file and paste the following code.
|
||||
|
||||
```qmake
|
||||
INCLUDEPATH += $$PWD
|
||||
INCLUDEPATH *= $$PWD
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/migrations/2014_10_12_000000_create_posts_table.hpp \
|
||||
@@ -830,7 +830,7 @@ HEADERS += \
|
||||
Create `database/seeders.pri` file and paste the following code.
|
||||
|
||||
```qmake
|
||||
INCLUDEPATH += $$PWD
|
||||
INCLUDEPATH *= $$PWD
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/seeders/databaseseeder.hpp \
|
||||
|
||||
Reference in New Issue
Block a user