Always link with fftw3_threads (gmic_qt.pro)

This commit is contained in:
Sébastien Fourey 2023-03-22 16:59:24 +01:00
parent d9f036ae53
commit 223a3ac490
1 changed files with 2 additions and 1 deletions

View File

@ -168,8 +168,9 @@ equals( COMPILER, "clang" ) {
DEFINES += gmic_prerelease="\\\"$$PRERELEASE\\\""
}
LIBS += -lfftw3_threads
!win32 {
LIBS += -lfftw3_threads
DEFINES += cimg_display=1
}