mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 11:50:31 +02:00
Added MacOS Build
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>QtVirtualKeyboard</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.qt-project.QtVirtualKeyboard</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>5.14</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>5.14.1</string>
|
||||
<key>NOTE</key>
|
||||
<string>Please, do NOT change this file -- It was generated by Qt/QMake.</string>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
QMAKE_PRO_INPUT = virtualkeyboard.pro
|
||||
QMAKE_PRL_TARGET = QtVirtualKeyboard
|
||||
QMAKE_PRL_CONFIG = lex yacc depend_includepath testcase_targets import_plugins import_qpa_plugin asset_catalogs rez qt_build_extra file_copies qmake_use qt warn_on release link_prl app_bundle incremental global_init_link_order lib_version_first sdk clang_pch_style shared shared qt_framework release macos osx macx mac darwin unix posix gcc clang llvm sse2 aesni sse3 ssse3 sse4_1 sse4_2 avx avx2 avx512f avx512bw avx512cd avx512dq avx512er avx512ifma avx512pf avx512vbmi avx512vl compile_examples f16c force_debug_info largefile precompile_header rdrnd shani x86SimdAlways prefix_build force_independent no_warn_empty_obj_files utf8_source create_prl link_prl prepare_docs qt_docs_targets no_private_qt_headers_warning QTDIR_build qt_example_installs exceptions_off testcase_exceptions explicitlib testcase_no_bundle qtquickcompiler link_pkgconfig disable-hunspell lang-all lang-ar_AR lang-bg_BG lang-cs_CZ lang-da_DK lang-de_DE lang-el_GR lang-en_GB lang-en_US lang-es_ES lang-es_MX lang-et_EE lang-fa_FA lang-fi_FI lang-fr_CA lang-fr_FR lang-he_IL lang-hi_IN lang-hr_HR lang-hu_HU lang-id_ID lang-it_IT lang-ja_JP lang-ko_KR lang-ms_MY lang-nb_NO lang-nl_NL lang-pl_PL lang-pt_BR lang-pt_PT lang-ro_RO lang-ru_RU lang-sk_SK lang-sl_SI lang-sq_AL lang-sr_SP lang-sv_SE lang-th_TH lang-tr_TR lang-uk_UA lang-vi_VN lang-zh_CN lang-zh_TW openwnn hangul pinyin tcime thai cangjie zhuyin module_frameworks lib_bundle relative_qt_rpath app_extension_api_only git_build target_qt c++11 strict_c++ c++14 c99 c11 hide_symbols separate_debug_info need_fwd_pri qt_install_module create_cmake sliced_bundle compiler_supports_fpmath create_pc have_target dll debug_info objective_c any_bundle thread opengl moc resources
|
||||
QMAKE_PRL_VERSION = 5.14.1
|
||||
QMAKE_PRL_LIBS = -F$$[QT_INSTALL_LIBS] -framework QtQuick -framework QtGui -framework AppKit -framework Metal -framework QtQmlModels -framework QtQml -framework QtNetwork -framework QtCore -framework DiskArbitration -framework IOKit
|
||||
QMAKE_PRL_LIBS_FOR_CMAKE = -F$$[QT_INSTALL_LIBS];-framework;QtQuick;-framework;QtGui;-framework;AppKit;-framework;Metal;-framework;QtQmlModels;-framework;QtQml;-framework;QtNetwork;-framework;QtCore;-framework;DiskArbitration;-framework;IOKit;
|
||||
Reference in New Issue
Block a user