⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.72
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
lib
/
x86_64-linux-gnu
/
cmake
/
Qt5DBus
/
View File Name :
Qt5DBusConfigExtras.cmake
if (NOT TARGET Qt5::qdbuscpp2xml) add_executable(Qt5::qdbuscpp2xml IMPORTED) set(imported_location "${_qt5DBus_install_prefix}/lib/qt5/bin/qdbuscpp2xml") _qt5_DBus_check_file_exists(${imported_location}) set_target_properties(Qt5::qdbuscpp2xml PROPERTIES IMPORTED_LOCATION ${imported_location} ) endif() if (NOT TARGET Qt5::qdbusxml2cpp) add_executable(Qt5::qdbusxml2cpp IMPORTED) set(imported_location "${_qt5DBus_install_prefix}/lib/qt5/bin/qdbusxml2cpp") _qt5_DBus_check_file_exists(${imported_location}) set_target_properties(Qt5::qdbusxml2cpp PROPERTIES IMPORTED_LOCATION ${imported_location} ) endif() set(Qt5DBus_QDBUSCPP2XML_EXECUTABLE Qt5::qdbuscpp2xml) set(Qt5DBus_QDBUSXML2CPP_EXECUTABLE Qt5::qdbusxml2cpp) # Create versionless tool targets. foreach(__qt_tool qdbuscpp2xml qdbusxml2cpp) if(NOT "${QT_NO_CREATE_VERSIONLESS_TARGETS}" AND NOT TARGET Qt::${__qt_tool} AND TARGET Qt5::${__qt_tool}) add_executable(Qt::${__qt_tool} IMPORTED) get_target_property(__qt_imported_location Qt5::${__qt_tool} IMPORTED_LOCATION) set_target_properties(Qt::${__qt_tool} PROPERTIES IMPORTED_LOCATION "${__qt_imported_location}") endif() endforeach()