mirror of
https://github.com/ModOrganizer2/modorganizer-preview_bsa.git
synced 2026-07-27 14:06:38 -07:00
12 lines
232 B
Python
12 lines
232 B
Python
Import('qt_env')
|
|
|
|
env = qt_env.Clone()
|
|
|
|
env.AppendUnique(CPPDEFINES = [ 'PREVIEWBSA_LIBRARY' ])
|
|
|
|
lib = env.SharedLibrary('previewBsa', env.Glob('*.cpp'))
|
|
env.InstallModule(lib)
|
|
|
|
res = env['QT_USED_MODULES']
|
|
Return('res')
|