Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit 261666e

Browse files
committed
custom module static test
1 parent 1f8af90 commit 261666e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
global:
1212
- QT_VER=5.9.2
1313
- EXTRA_MODULES=.skycoder42.jsonserializer
14-
- STATIC_QT_MODS=qttools
14+
- STATIC_QT_MODS=qttools qtjsonserializer
1515

1616
matrix:
1717
include:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: build-{build}
77
environment:
88
QT_VER: 5.9.2
99
EXTRA_MODULES: .skycoder42.jsonserializer
10-
STATIC_QT_MODS: qttools
10+
STATIC_QT_MODS: qttools qtjsonserializer
1111

1212
matrix:
1313
#- PLATFORM: msvc2017_64

tools/qrestbuilder/qrestbuilder.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
option(host_build)
22

3-
QT = core
3+
QT = core jsonserializer
44
CONFIG += console c++11
55

66
TARGET = qrestbuilder

0 commit comments

Comments
 (0)