Skip to content

Commit 3b48815

Browse files
committed
repaired fail on unix (wrong lib)
1 parent 605fa13 commit 3b48815

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Tests/ConsoleUpdater/ConsoleUpdater.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../../AutoUpdaterCore/
1515
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../../AutoUpdaterCore/debug/ -lQtAutoUpdaterd
1616
else:mac:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../../AutoUpdaterCore/ -lQtAutoUpdater
1717
else:mac:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../../AutoUpdaterCore/ -lQtAutoUpdater_debug
18-
else:unix: LIBS += -L$$OUT_PWD/../../AutoUpdaterCore/ -lAutoUpdater
18+
else:unix: LIBS += -L$$OUT_PWD/../../AutoUpdaterCore/ -lQtAutoUpdater
1919

2020
INCLUDEPATH += $$PWD/../../AutoUpdaterCore
2121
DEPENDPATH += $$PWD/../../AutoUpdaterCore

Tests/UpdaterTest/UpdaterTest.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../../AutoUpdaterCore/
2424
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../../AutoUpdaterCore/debug/ -lQtAutoUpdaterd
2525
else:mac:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../../AutoUpdaterCore/ -lQtAutoUpdater
2626
else:mac:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../../AutoUpdaterCore/ -lQtAutoUpdater_debug
27-
else:unix: LIBS += -L$$OUT_PWD/../../AutoUpdaterCore/ -lAutoUpdater
27+
else:unix: LIBS += -L$$OUT_PWD/../../AutoUpdaterCore/ -lQtAutoUpdater
2828

2929
INCLUDEPATH += $$PWD/../../AutoUpdaterCore
3030
DEPENDPATH += $$PWD/../../AutoUpdaterCore

Tests/WidgetsTest/WidgetsTest.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../../AutoUpdaterCore/
4545
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../../AutoUpdaterCore/debug/ -lQtAutoUpdaterd
4646
else:mac:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../../AutoUpdaterCore/ -lQtAutoUpdater
4747
else:mac:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../../AutoUpdaterCore/ -lQtAutoUpdater_debug
48-
else:unix: LIBS += -L$$OUT_PWD/../../AutoUpdaterCore/ -lAutoUpdater
48+
else:unix: LIBS += -L$$OUT_PWD/../../AutoUpdaterCore/ -lQtAutoUpdater
4949

5050
INCLUDEPATH += $$PWD/../../AutoUpdaterCore
5151
DEPENDPATH += $$PWD/../../AutoUpdaterCore

0 commit comments

Comments
 (0)