File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ matrix:
23
23
- BUILD_DOC=true
24
24
- BUILD_EXAMPLES=true
25
25
- EXTRA_PKG="libsystemd-dev" # in order to build the systemd plugin
26
+ - os : linux
27
+ env :
28
+ - PLATFORM=emscripten
26
29
- os : linux
27
30
env :
28
31
- PLATFORM=android_arm64_v8a
Original file line number Diff line number Diff line change 1
1
TEMPLATE = subdirs
2
2
3
3
SUBDIRS += standard
4
- unix :!android:!ios:system ( pkg-config --exists libsystemd ): SUBDIRS += systemd
4
+ unix :!android:!ios:packagesExist( libsystemd): SUBDIRS += systemd
5
5
android: SUBDIRS += android
6
6
win32 :!winrt: SUBDIRS += windows
7
7
macx: SUBDIRS += launchd
Original file line number Diff line number Diff line change 5
5
#include < QtCore/qscopedpointer.h>
6
6
#include < QtCore/qdir.h>
7
7
#include < QtCore/qvariant.h>
8
- #include < QtCore/qexception.h>
9
8
10
9
#include " QtService/qtservice_global.h"
11
10
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SUBDIRS += \
6
6
TestStandardService \
7
7
TestTerminalService
8
8
9
- unix :!android:!ios:system ( pkg-config --exists libsystemd && systemctl --version ): SUBDIRS += TestSystemdService
9
+ unix :!android:!ios:packagesExist( libsystemd): system ( systemctl --version ): SUBDIRS += TestSystemdService
10
10
win32 : SUBDIRS += TestWindowsService
11
11
macx: SUBDIRS += TestLaunchdService
12
12
You can’t perform that action at this time.
0 commit comments