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 4e815b0 commit 1cea35bCopy full SHA for 1cea35b
mythplugins/mythzoneminder/mythzmserver/mythzmserver.pro
@@ -14,7 +14,7 @@ macx {
14
CONFIG += qt
15
QT += sql
16
}
17
-!macx:LIBS = $$system(mysql_config --libs)
+LIBS = $$system(mysql_config --libs)
18
19
linux: DEFINES += linux
20
0 commit comments