Add static config for Windows
This commit is contained in:
parent
ba3d20186d
commit
0655294ae4
@ -3,7 +3,10 @@ QT -= gui
|
|||||||
|
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
|
|
||||||
CONFIG += shared c++11
|
# Apparently, Windows needs a static config to make a dynamic library?
|
||||||
|
# Look, I dunno.
|
||||||
|
# Linux works just fine with `shared` only.
|
||||||
|
CONFIG += shared static c++11
|
||||||
|
|
||||||
# Needed so that Windows doesn't do `release/` and `debug/` subfolders
|
# Needed so that Windows doesn't do `release/` and `debug/` subfolders
|
||||||
# in the output directory.
|
# in the output directory.
|
||||||
|
Loading…
Reference in New Issue
Block a user