mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 07:25:36 -04:00
Fixed building on Travis CI
This commit is contained in:
parent
8624c9374d
commit
bef75408da
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
CONFIG += staticlib
|
CONFIG += staticlib
|
||||||
CONFIG += create_prl
|
CONFIG += create_prl
|
||||||
CONFIG -= qt
|
CONFIG += qt
|
||||||
|
QT += core
|
||||||
TARGET = resapi
|
TARGET = resapi
|
||||||
TARGET_PRL = libresapi
|
TARGET_PRL = libresapi
|
||||||
DESTDIR = lib
|
DESTDIR = lib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue