Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. What's The Name of exe?
Forum Updated to NodeBB v4.3 + New Features

What's The Name of exe?

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
5 Posts 3 Posters 1.5k 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.
  • qazaq408Q Offline
    qazaq408Q Offline
    qazaq408
    wrote on last edited by
    #1

    My cpmputer has a encrypt system.Every exe read local file will fail unless you put exe in whitelist of encrypt system.

    For example,when you want to complier a c++ file ,you maybe use command

    g++ HelloWorld.cpp -o HelloWorld
    

    But the command will be fail because file "HelloWorld.cpp" had been encrypted so that g++ can't read it.I must connect system admin and tell he add the "g++.exe" in the white list of encrypt.

    For Qt,there is a step that QtCreator will use"moc.exe" to complier some "xxx.h" file to produce "MOC_xxx.file".But it will be faile because "moc.exe" can't read"xxx.h",moc.exe only work normal after system admin add "moc.exe" in encrypt system.

    Now i update my Qt version and my Qtcreator's version is 4.9.0,and QtCreator has a new function that can produce warning if i write a erro.

    But becase of encrypt system,it looks can't work normal.
    0_1559542365843_qt.png

    So i want to know what's the name of exe that achieve the function?

    K 1 Reply Last reply
    0
    • qazaq408Q qazaq408

      My cpmputer has a encrypt system.Every exe read local file will fail unless you put exe in whitelist of encrypt system.

      For example,when you want to complier a c++ file ,you maybe use command

      g++ HelloWorld.cpp -o HelloWorld
      

      But the command will be fail because file "HelloWorld.cpp" had been encrypted so that g++ can't read it.I must connect system admin and tell he add the "g++.exe" in the white list of encrypt.

      For Qt,there is a step that QtCreator will use"moc.exe" to complier some "xxx.h" file to produce "MOC_xxx.file".But it will be faile because "moc.exe" can't read"xxx.h",moc.exe only work normal after system admin add "moc.exe" in encrypt system.

      Now i update my Qt version and my Qtcreator's version is 4.9.0,and QtCreator has a new function that can produce warning if i write a erro.

      But becase of encrypt system,it looks can't work normal.
      0_1559542365843_qt.png

      So i want to know what's the name of exe that achieve the function?

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @qazaq408

      This looks like the code model output. You can switch off Code Model in Qt creator here
      0_1559544667085_43e2bc07-2b6e-4c08-95ba-fca271658782-image.png

      Personally I would check for all exe in Qt creator folder, compiler folder and all subfolders in there to be added into white list.
      That would be certainly fastest to get rid of your issues. My guess is that all code model stuff is also somewhere inthe Qt creator folder (in my case c:\Qt\Tools\QtCreator )

      Vote the answer(s) that helped you to solve your issue(s)

      qazaq408Q 1 Reply Last reply
      0
      • K koahnig

        @qazaq408

        This looks like the code model output. You can switch off Code Model in Qt creator here
        0_1559544667085_43e2bc07-2b6e-4c08-95ba-fca271658782-image.png

        Personally I would check for all exe in Qt creator folder, compiler folder and all subfolders in there to be added into white list.
        That would be certainly fastest to get rid of your issues. My guess is that all code model stuff is also somewhere inthe Qt creator folder (in my case c:\Qt\Tools\QtCreator )

        qazaq408Q Offline
        qazaq408Q Offline
        qazaq408
        wrote on last edited by
        #3

        @koahnig said in What's The Name of exe?:

        @qazaq408

        This looks like the code model output. You can switch off Code Model in Qt creator here
        0_1559544667085_43e2bc07-2b6e-4c08-95ba-fca271658782-image.png

        Personally I would check for all exe in Qt creator folder, compiler folder and all subfolders in there to be added into white list.
        That would be certainly fastest to get rid of your issues. My guess is that all code model stuff is also somewhere inthe Qt creator folder (in my case c:\Qt\Tools\QtCreator )

        I know this function is here.....but i need to know the name of exe that achieve the function and put the name of exe into the whitelist of encrypt system...

        J.HilkJ 1 Reply Last reply
        0
        • qazaq408Q qazaq408

          @koahnig said in What's The Name of exe?:

          @qazaq408

          This looks like the code model output. You can switch off Code Model in Qt creator here
          0_1559544667085_43e2bc07-2b6e-4c08-95ba-fca271658782-image.png

          Personally I would check for all exe in Qt creator folder, compiler folder and all subfolders in there to be added into white list.
          That would be certainly fastest to get rid of your issues. My guess is that all code model stuff is also somewhere inthe Qt creator folder (in my case c:\Qt\Tools\QtCreator )

          I know this function is here.....but i need to know the name of exe that achieve the function and put the name of exe into the whitelist of encrypt system...

          J.HilkJ Offline
          J.HilkJ Offline
          J.Hilk
          Moderators
          wrote on last edited by
          #4

          @qazaq408 probably clangbackend.exe


          Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


          Q: What's that?
          A: It's blue light.
          Q: What does it do?
          A: It turns blue.

          qazaq408Q 1 Reply Last reply
          1
          • J.HilkJ J.Hilk

            @qazaq408 probably clangbackend.exe

            qazaq408Q Offline
            qazaq408Q Offline
            qazaq408
            wrote on last edited by
            #5

            @J.Hilk said in What's The Name of exe?:

            clangbackend.exe

            thank you

            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