32 | | Qt has a database layer that can connect to several databases such as sqlite3, postres, and mysql. Since I had a non-universal copy of postgresql installed, Qt detected it and tried to build with it, and then failed with it tried to link the single archtecture library against a fat binary. Because I was stubborn, I upgraded postgres instead of telling Qt to not include Postgres. |
| 32 | Qt has a database layer that can connect to several databases such as sqlite3, postres, and mysql. Since I had a non-universal copy of postgresql installed, Qt detected it and tried to build with it, and then failed when it tried to link the single archtecture library against a fat binary. Because I was stubborn, I upgraded postgres instead of telling Qt to not include Postgres. |