Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. diff --git a/qtscript.pro b/qtscript.pro
  2. index fa8144b..ec87afd 100644
  3. --- a/qtscript.pro
  4. +++ b/qtscript.pro
  5. @@ -18,4 +18,10 @@ module_qtscript_tests.CONFIG = no_default_install
  6.  
  7. SUBDIRS += module_qtscript_src \
  8. module_qtscript_examples \
  9. - module_qtscript_tests \
  10. + module_qtscript_tests
  11. +
  12. +QT_MODULE_BIN_BASE = $$PWD/bin
  13. +QT_MODULE_INCLUDE_BASE = $$PWD/include
  14. +QT_MODULE_BASE = $$PWD
  15. +#QT_MODULE_PLUGIN_BASE = $$PWD
  16. +#QT_MODULE_IMPORT_BASE = $$PWD
  17. diff --git a/src/script/api/api.pro b/src/script/api/api.pro
  18. index 9bc64a8..ba7a53d 100644
  19. --- a/src/script/api/api.pro
  20. +++ b/src/script/api/api.pro
  21. @@ -2,7 +2,8 @@ load(qt_module)
  22.  
  23. TARGET = QtScript
  24. QPRO_PWD = $$PWD
  25. -QT = core-private script-private
  26. +QT = core-private
  27. +MODULE = script
  28.  
  29. DEFINES += QT_BUILD_SCRIPT_LIB
  30. DEFINES += QT_NO_USING_NAMESPACE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement