7420b13450
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
11 lines
526 B
Prolog
11 lines
526 B
Prolog
--- main-cli/main-cli.pro.orig 2015-07-30 16:48:48 UTC
|
|
+++ main-cli/main-cli.pro
|
|
@@ -23,7 +23,7 @@ SOURCES += src/main.cpp \
|
|
|
|
HEADERS += src/pgmodelercli.h
|
|
|
|
-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 \
|