freebsd-ports/databases/pgmodeler/files/patch-main_main.pro
Raphael Kubo da Costa 7420b13450 New port: databases/pgmodeler
pgModeler - PostgreSQL Database Modeler - is an open source data modeling
tool designed for PostgreSQL. No more DDL commands written by hand let
pgModeler do the job for you! This software reunites the concepts of
entity-relationship diagrams and the features that PostgreSQL implements as
extensions of SQL standards.

WWW: http://pgmodeler.com.br/

PR:		203204
Submitted by:	lbartoletti@tuxfamily.org
2016-09-21 20:11:09 +00:00

11 lines
539 B
Prolog

--- main/main.pro.orig 2015-07-30 16:48:48 UTC
+++ main/main.pro
@@ -21,7 +21,7 @@ HEADERS += src/application.h
SOURCES += src/main.cpp \
src/application.cpp
-unix|windows: LIBS += -L$$OUT_PWD/../libpgmodeler_ui/ -lpgmodeler_ui \
+unix|windows: LIBS += $$QMAKE_LIBS_EXECINFO -L$$OUT_PWD/../libpgmodeler_ui/ -lpgmodeler_ui \
-L$$OUT_PWD/../libobjrenderer/ -lobjrenderer \
-L$$OUT_PWD/../libpgconnector/ -lpgconnector \
-L$$OUT_PWD/../libpgmodeler/ -lpgmodeler \