We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726f548 commit 854aff4Copy full SHA for 854aff4
examples/autoupdatercore/ConsoleUpdater/ConsoleUpdater.pro
@@ -15,6 +15,7 @@ INSTALLS += target
15
16
#not found by linker?
17
unix:!mac {
18
+ LIBS += -L$$OUT_PWD/../../../lib #required to make this the first place to search
19
LIBS += -L$$[QT_INSTALL_LIBS] -licudata
20
LIBS += -L$$[QT_INSTALL_LIBS] -licui18n
21
LIBS += -L$$[QT_INSTALL_LIBS] -licuuc
examples/autoupdatergui/WidgetsUpdater/WidgetsUpdater.pro
@@ -25,6 +25,7 @@ INSTALLS += target
25
26
27
28
29
30
31
0 commit comments