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
539 B
Prolog
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 \
|