Skip to content

Commit

Permalink
Scripts for convenient building
Browse files Browse the repository at this point in the history
  • Loading branch information
NucleaPeon committed Apr 18, 2020
1 parent fb5ad8e commit f744f22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure-default.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

# Default configure statement for quick configuration of project
./configure -no-c++11 -qt-sql-sqlite -sdk macosx10.6 -debug-and-release -nomake tests -opensource -confirm-license
4 changes: 4 additions & 0 deletions configure-psql.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

# Default configure statement for quick configuration of project
./configure -no-c++11 -no-sql-mysql -qt-sql-sqlite -sdk macosx10.6 -I /usr/local/pgsql/include/ -L /usr/local/pgsql/lib/ -qt-sql-psql -debug-and-release -nomake tests -nomake examples -opensource -confirm-license

0 comments on commit f744f22

Please sign in to comment.