mirror of
https://github.com/ModOrganizer2/modorganizer-installer_bundle.git
synced 2026-07-27 14:02:39 -07:00
Compare commits
7
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4b1dd8fb81 | ||
|
|
17c3bc3450 | ||
|
|
8f9b8cf564 | ||
|
|
6ef78cf305 | ||
|
|
729a2d2856 | ||
|
|
dc7d96ec8e | ||
|
|
6797d50370 |
@@ -0,0 +1,15 @@
|
||||
Import('qt_env')
|
||||
|
||||
env = qt_env.Clone()
|
||||
|
||||
env.DisableQtModules('Gui')
|
||||
env.AppendUnique(CPPDEFINES = [ 'INSTALLERBUNDLE_LIBRARY' ])
|
||||
|
||||
# Sigh
|
||||
env['CPPPATH'] += [ '.' ]
|
||||
|
||||
lib = env.SharedLibrary('installerBundle', env.Glob('*.cpp'))
|
||||
env.InstallModule(lib)
|
||||
|
||||
res = env['QT_USED_MODULES']
|
||||
Return('res')
|
||||
@@ -27,4 +27,5 @@ HEADERS += installerbundle.h
|
||||
include(../plugin_template.pri)
|
||||
|
||||
OTHER_FILES += \
|
||||
installerbundle.json
|
||||
installerbundle.json\
|
||||
SConscript
|
||||
|
||||
Reference in New Issue
Block a user