forked from Lainports/freebsd-ports
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
18 lines
519 B
Prolog
18 lines
519 B
Prolog
--- pgmodeler.pro.orig 2015-07-30 16:48:48 UTC
|
|
+++ pgmodeler.pro
|
|
@@ -20,12 +20,13 @@ SUBDIRS = libutils \
|
|
libpgmodeler_ui
|
|
|
|
# Include the tests and plugins subprojects only on debug mode
|
|
-CONFIG(debug, debug|release): SUBDIRS += tests plugins
|
|
+#CONFIG(debug, debug|release): SUBDIRS += tests plugins
|
|
|
|
# Including executables subprojects (libraries only)
|
|
SUBDIRS += crashhandler \
|
|
main-cli \
|
|
- main
|
|
+ main \
|
|
+ plugins
|
|
|
|
# Deployment settings
|
|
samples.files = samples/*
|