
Import('env');
env2=env.Copy();
env2.Append(CXXFLAGS = ['-Icommon/components/data']);
env2.Append(CXXFLAGS = env2.qt_flags);


moc_list=[\
'effect_select_popup.h',\
]

env2.process_moc_list(moc_list);

env2.make_targets(env.qt_objects)
