blob: fa742b9a19fe02b7ca856c96c687531ddea986dd (
plain)
1
2
3
4
5
6
|
require 'mkmf'
dir_config('smoke')
dir_config('qt')
$CPPFLAGS += " -I../../../../smoke -I../../qtruby "
$LOCAL_LIBS += '-bundle_loader ../../qtruby/qtruby.bundle -lsmokeqt -lqui -lqt-mt -lstdc++'
create_makefile("qui")
|