Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Unneeded folders in compiled Qt source? Also, alternative to MT flag?
Forum Updated to NodeBB v4.3 + New Features

Unneeded folders in compiled Qt source? Also, alternative to MT flag?

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 1 Posters 1.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tahayassen
    wrote on last edited by
    #1

    According to "this":http://qt-project.org/faq/answer/why_does_a_statically_built_qt_use_the_dynamic_visual_studio_runtime_librar, compiling Qt with the static flag and the MT flag will cause "memory problems." One thing that I definitely do NOT need is extra headaches. So I'm trying to brainstorm alternatives to the MT flag. I was thinking of maybe using some sort of wrapper that extracts the C++ dependencies to the current directory and then runs the Qt exe from memory? Maybe there is already a program that does this for me? Does anyone know of one?

    Also, I noticed that there are some extra folders in my Qt source such as "qtwebkit." Can I delete these?

    I have the following parameters:
    no opengl support
    no qtdeclarative support (which requires opengl)
    no icu support
    no webkit support

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tahayassen
      wrote on last edited by
      #2

      I solved my problem with C++ dependencies with IExpress

      Any other good software like it?

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved