mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
557902a281
* + * deps * . * wip * provides * qt => qt5 * wip * fix args * qt5 => qt * rebuilt zstd; try llvm * wip * flags * add c/xx/ldflags * maybe? * maybe this? * last try * skip version tagging * i think based on what i learned with libtirpc, this is it. * std::move is c++11 * waiting for this to build is SO BORING, so I'm pushing it to CI. * llvm <16 * add CXXFLAGS * use LFLAGS * -ldl on linux * unicode/debugging * missing executables * CC | CXX | LD on linux * llvm * wip * make --------- Co-authored-by: Jacob Heider <jacob@pkgx.dev>
9 lines
213 B
Prolog
9 lines
213 B
Prolog
QT += core
|
|
QT -= gui
|
|
TARGET = hello
|
|
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
TEMPLATE = app
|
|
SOURCES += main.cpp
|
|
QMAKE_LFLAGS += -Wl,-rpath,$$(PKGX_DIR)
|