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.
|
# -*- mode: makefile-gmake -*-
|
|
##
|
|
## tool setup for the fltk target
|
|
##
|
|
|
|
# use native package config
|
|
PKG_CONFIG := pkg-config
|
|
|
|
# Meta object compiler
|
|
MOC := /usr/lib/qt6/libexec/moc
|
|
|
|
# Resource compiler
|
|
RCC := /usr/lib/qt6/libexec/rcc
|