init
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
This commit is contained in:
25
Telegram/ThirdParty/fcitx5-qt/qt6/guiwrapper/CMakeLists.txt
vendored
Normal file
25
Telegram/ThirdParty/fcitx5-qt/qt6/guiwrapper/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
set(QT_WRAPPER_SRCS
|
||||
main.cpp
|
||||
wrapperapp.cpp
|
||||
mainwindow.cpp
|
||||
)
|
||||
|
||||
add_executable(fcitx5-qt6-gui-wrapper ${QT_WRAPPER_SRCS})
|
||||
|
||||
set_target_properties(fcitx5-qt6-gui-wrapper
|
||||
PROPERTIES AUTOMOC TRUE AUTOUIC TRUE AUTOUIC_OPTIONS "-tr=fcitx::tr2fcitx;--include=fcitxqti18nhelper.h")
|
||||
|
||||
target_link_libraries(fcitx5-qt6-gui-wrapper
|
||||
Fcitx5::Utils
|
||||
Qt6::Core
|
||||
Qt6::Gui
|
||||
Qt6::Widgets
|
||||
Fcitx5Qt6::DBusAddons
|
||||
Fcitx5Qt6::WidgetsAddons
|
||||
)
|
||||
|
||||
install(TARGETS fcitx5-qt6-gui-wrapper DESTINATION "${CMAKE_INSTALL_LIBEXECDIR}")
|
||||
configure_file(org.fcitx.fcitx5-qt6-gui-wrapper.desktop.in.in ${CMAKE_CURRENT_BINARY_DIR}/org.fcitx.fcitx5-qt6-gui-wrapper.desktop.in @ONLY)
|
||||
fcitx5_translate_desktop_file(${CMAKE_CURRENT_BINARY_DIR}/org.fcitx.fcitx5-qt6-gui-wrapper.desktop.in
|
||||
org.fcitx.fcitx5-qt6-gui-wrapper.desktop)
|
||||
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.fcitx.fcitx5-qt6-gui-wrapper.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications)
|
||||
1
Telegram/ThirdParty/fcitx5-qt/qt6/guiwrapper/main.cpp
vendored
Symbolic link
1
Telegram/ThirdParty/fcitx5-qt/qt6/guiwrapper/main.cpp
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
../../qt5/guiwrapper/main.cpp
|
||||
1
Telegram/ThirdParty/fcitx5-qt/qt6/guiwrapper/mainwindow.cpp
vendored
Symbolic link
1
Telegram/ThirdParty/fcitx5-qt/qt6/guiwrapper/mainwindow.cpp
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
../../qt5/guiwrapper/mainwindow.cpp
|
||||
1
Telegram/ThirdParty/fcitx5-qt/qt6/guiwrapper/mainwindow.h
vendored
Symbolic link
1
Telegram/ThirdParty/fcitx5-qt/qt6/guiwrapper/mainwindow.h
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
../../qt5/guiwrapper/mainwindow.h
|
||||
1
Telegram/ThirdParty/fcitx5-qt/qt6/guiwrapper/mainwindow.ui
vendored
Symbolic link
1
Telegram/ThirdParty/fcitx5-qt/qt6/guiwrapper/mainwindow.ui
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
../../qt5/guiwrapper/mainwindow.ui
|
||||
9
Telegram/ThirdParty/fcitx5-qt/qt6/guiwrapper/org.fcitx.fcitx5-qt6-gui-wrapper.desktop.in.in
vendored
Normal file
9
Telegram/ThirdParty/fcitx5-qt/qt6/guiwrapper/org.fcitx.fcitx5-qt6-gui-wrapper.desktop.in.in
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Name=Fcitx 5 Qt6 Gui Wrapper
|
||||
GenericName=Input Method Configuration helper
|
||||
Comment=Load configuration plugin for Fcitx Addon
|
||||
Icon=fcitx
|
||||
Exec=@CMAKE_INSTALL_FULL_LIBEXECDIR@/fcitx5-qt6-gui-wrapper
|
||||
Type=Application
|
||||
Categories=Settings;
|
||||
NoDisplay=true
|
||||
1
Telegram/ThirdParty/fcitx5-qt/qt6/guiwrapper/wrapperapp.cpp
vendored
Symbolic link
1
Telegram/ThirdParty/fcitx5-qt/qt6/guiwrapper/wrapperapp.cpp
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
../../qt5/guiwrapper/wrapperapp.cpp
|
||||
1
Telegram/ThirdParty/fcitx5-qt/qt6/guiwrapper/wrapperapp.h
vendored
Symbolic link
1
Telegram/ThirdParty/fcitx5-qt/qt6/guiwrapper/wrapperapp.h
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
../../qt5/guiwrapper/wrapperapp.h
|
||||
Reference in New Issue
Block a user