diff options
author | Christian Kandeler <[email protected]> | 2019-02-19 16:33:04 +0100 |
---|---|---|
committer | Christian Kandeler <[email protected]> | 2019-02-19 16:03:26 +0000 |
commit | c134850255bad9617fa1150f925d97b464a9c241 (patch) | |
tree | 05d8d6b147a8b4925bbdc27be76aff9b1136b38d | |
parent | d3ceb9ce622be629b5a02678c7d4d0c768d34245 (diff) |
ProParser: Fix qmake build on Windowsv4.9.0-beta1
Change-Id: I08f5340df966887e826b44afea754cd76236c914
Reviewed-by: Christian Kandeler <[email protected]>
-rw-r--r-- | src/shared/proparser/proparser.pri | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/proparser/proparser.pri b/src/shared/proparser/proparser.pri index 5f02416ef7d..9bd8976dd7f 100644 --- a/src/shared/proparser/proparser.pri +++ b/src/shared/proparser/proparser.pri @@ -32,3 +32,4 @@ SOURCES += \ RESOURCES += proparser.qrc DEFINES += QMAKE_BUILTIN_PRFS QMAKE_OVERRIDE_PRFS +win32: LIBS *= -ladvapi32 |