mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 08:34:08 +00:00
Merge pull request #584 from zhaow-p7s1/qt4x5
Fixed error about missing config.pri in Qt5
This commit is contained in:
commit
0f2cdfbcb7
|
@ -1,4 +1,4 @@
|
|||
infile(config.pri, SOLUTIONS_LIBRARY, yes): CONFIG += qtsingleapplication-uselib
|
||||
exists(config.pri):infile(config.pri, SOLUTIONS_LIBRARY, yes): CONFIG += qtsingleapplication-uselib
|
||||
TEMPLATE += fakelib
|
||||
QTSINGLEAPPLICATION_LIBNAME = $$qtLibraryTarget(QtSolutions_SingleApplication-head)
|
||||
TEMPLATE -= fakelib
|
||||
|
|
Loading…
Reference in a new issue