blob: b7d10117691ae16b8c55ca591c47bdfba899d0f8 (
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 -ltqui -ltqt-mt -lstdc++'
create_makefile("tqui")
|