Skip to content

Commit 854aff4

Browse files
committed
adjust examples
1 parent 726f548 commit 854aff4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/autoupdatercore/ConsoleUpdater/ConsoleUpdater.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ INSTALLS += target
1515

1616
#not found by linker?
1717
unix:!mac {
18+
LIBS += -L$$OUT_PWD/../../../lib #required to make this the first place to search
1819
LIBS += -L$$[QT_INSTALL_LIBS] -licudata
1920
LIBS += -L$$[QT_INSTALL_LIBS] -licui18n
2021
LIBS += -L$$[QT_INSTALL_LIBS] -licuuc

examples/autoupdatergui/WidgetsUpdater/WidgetsUpdater.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ INSTALLS += target
2525

2626
#not found by linker?
2727
unix:!mac {
28+
LIBS += -L$$OUT_PWD/../../../lib #required to make this the first place to search
2829
LIBS += -L$$[QT_INSTALL_LIBS] -licudata
2930
LIBS += -L$$[QT_INSTALL_LIBS] -licui18n
3031
LIBS += -L$$[QT_INSTALL_LIBS] -licuuc

0 commit comments

Comments
 (0)