Using QT Creator how can I set the execution level as requireAdministrator

前端 未结 3 1691
别跟我提以往
别跟我提以往 2021-01-06 20:10

Basically I need to be able to edit files that require administrator privileges to edit. I know that in Visual Studio a manifest file is used for this - but I understand QT

3条回答
  •  执念已碎
    2021-01-06 20:43

    You can use a manifest with Qt applications, but you'll have to do it semi-manually. This blog post Embedding Application Manifest and Version Information using QtCreator shows one way of doing it (adapt the manifest to suit your needs).

提交回复
热议问题