mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 09:54:16 +08:00
Fixed two underscores which were missed.
This commit is contained in:
@@ -10,7 +10,7 @@ TEMPLATE = lib
|
|||||||
CONFIG += plugin shared
|
CONFIG += plugin shared
|
||||||
CONFIG += blackmisc blackcore
|
CONFIG += blackmisc blackcore
|
||||||
|
|
||||||
LIBS += -lsimulator_fscommon -lFSUIPC_User -luuid
|
LIBS += -lsimulatorfscommon -lFSUIPC_User -luuid
|
||||||
|
|
||||||
# required for FSUIPC
|
# required for FSUIPC
|
||||||
win32:!win32-g++*: QMAKE_LFLAGS += /NODEFAULTLIB:LIBC.lib
|
win32:!win32-g++*: QMAKE_LFLAGS += /NODEFAULTLIB:LIBC.lib
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ TEMPLATE = lib
|
|||||||
CONFIG += plugin shared
|
CONFIG += plugin shared
|
||||||
CONFIG += blackmisc blackcore
|
CONFIG += blackmisc blackcore
|
||||||
|
|
||||||
LIBS += -lsimulator_fscommon -lSimConnect -lFSUIPC_User
|
LIBS += -lsimulatorfscommon -lSimConnect -lFSUIPC_User
|
||||||
|
|
||||||
# required for FSUIPC
|
# required for FSUIPC
|
||||||
win32:!win32-g++*: QMAKE_LFLAGS += /NODEFAULTLIB:LIBC.lib
|
win32:!win32-g++*: QMAKE_LFLAGS += /NODEFAULTLIB:LIBC.lib
|
||||||
|
|||||||
Reference in New Issue
Block a user