We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d16e25 commit e7ed75eCopy full SHA for e7ed75e
2 files changed
libs/libutils/src/globalattributes.cpp
@@ -54,7 +54,7 @@ const QString GlobalAttributes::PgModelerBuildNumber { QString("%1.%2").arg(BUIL
54
55
const QString GlobalAttributes::PgModelerSite {
56
#ifdef PGMODELER_DEBUG
57
- "http://localhost:8000"
+ "http://localhost:8000"
58
#else
59
"https://pgmodeler.io"
60
#endif
pgmodeler.pri
@@ -8,7 +8,7 @@ MOC_DIR = moc
8
OBJECTS_DIR = obj
9
UI_DIR = src
10
11
-contains(CONFIG, debug):{
+CONFIG(debug, debug|release): {
12
DEFINES+=PGMODELER_DEBUG
13
14
# Enabling ccache (https://ccache.dev) in debug mode to speed up recompilations
0 commit comments