Skip to content

Commit

Permalink
Missed this file: the updated project file.
Browse files Browse the repository at this point in the history
This is the first beta (at least, submitted for review, at this point).
  • Loading branch information
Masa committed Jul 8, 2016
1 parent c241df1 commit 079b296
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion client/SFOsaka/SFOsaka.pro
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SOURCES = MainPage.qml \
RESOURCES += qml.qrc \
translations.qrc \

# Additional import path used to resolve QML modules in Qt Creator's code model
# Additional import path used to resolve QML modules in Qt Creators code model
QML_IMPORT_PATH =

# Default rules for deployment.
Expand Down Expand Up @@ -85,6 +85,14 @@ iphoneos{
PRE_TARGETDEPS += $$PWD/../build-FJClient-iphoneos_clang_Qt_5_6_0_for_iOS-Debug/libFJClient.a
}
android{
PRE_TARGETDEPS += $$PWD/../build-FJClient-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/libFJClient.a
}
osx {
PRE_TARGETDEPS += $$PWD/../build-FJClient-Desktop_Qt_5_6_0_clang_64bit-Debug/libFJClient.a
}
contains(ANDROID_TARGET_ARCH,armeabi-v7a) {
ANDROID_EXTRA_LIBS = \
/Users/wyan/src/github/SFOsaka/client/SFOsaka/libcrypto.so \
/Users/wyan/src/github/SFOsaka/client/SFOsaka/libssl.so
}

0 comments on commit 079b296

Please sign in to comment.