Windows: add missing getopt.cc where needed in .pro
This commit is contained in:
parent
bf46e6ca0e
commit
b8e062f66c
@ -144,6 +144,7 @@ windows {
|
||||
# MSVC
|
||||
RECOLLDEPS = ../../../recolldeps/msvc
|
||||
DEFINES += USING_STATIC_LIBICONV
|
||||
SOURCES += ../windows/getopt.cc
|
||||
PRE_TARGETDEPS = \
|
||||
../windows/build-librecoll-$$QCBUILDLOC-Release/release/librecoll.lib
|
||||
LIBS += \
|
||||
|
||||
@ -29,6 +29,7 @@ windows {
|
||||
contains(QMAKE_CC, cl){
|
||||
# Visual Studio
|
||||
RECOLLDEPS = ../../../../recolldeps/msvc
|
||||
SOURCES += ../getopt.cc
|
||||
PRE_TARGETDEPS = \
|
||||
../build-librecoll-Desktop_Qt_5_14_2_MSVC2017_32bit-Release/release/librecoll.lib
|
||||
LIBS += \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user