Sfoglia il codice sorgente

Get artriculate building on Windows

Donald Carr 7 anni fa
parent
commit
bd869c0c8f
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 4 1
      src/src.pro

+ 4 - 1
src/src.pro

@@ -3,7 +3,10 @@ TEMPLATE = app
 DESTDIR = ../
 
 QT += qml quick dbus sql
-CONFIG += c++11 systemd
+
+CONFIG += c++11
+
+linux-*: CONFIG += systemd
 
 DEFINES *= QT_USE_QSTRINGBUILDER