TypePHP 编译器
https://swoole.com/aot/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
559 B
23 lines
559 B
name: ssh_tunnel_manager
|
|
version: 0.1.0
|
|
mode: bin
|
|
cxx-std: c++17
|
|
sources:
|
|
- main.php
|
|
- app
|
|
- php-src
|
|
- cpp-src
|
|
|
|
# Debian/Ubuntu Qt 6 development package layout. For a non-system Qt SDK,
|
|
# replace these flags with the paths printed by:
|
|
# pkg-config --cflags --libs Qt6Widgets
|
|
cxx-flags:
|
|
- "-fPIC"
|
|
- "-I/usr/include/x86_64-linux-gnu/qt6"
|
|
- "-I/usr/include/x86_64-linux-gnu/qt6/QtCore"
|
|
- "-I/usr/include/x86_64-linux-gnu/qt6/QtGui"
|
|
- "-I/usr/include/x86_64-linux-gnu/qt6/QtWidgets"
|
|
ld-flags:
|
|
- "-lQt6Widgets"
|
|
- "-lQt6Gui"
|
|
- "-lQt6Core"
|
|
|