Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 Linux (Ubuntu) 上构建一个 Qt5 应用程序。一切正常,但是当用户想要运行 myapp 时,他们必须从终端运行它。我看到有一些应用程序可以在双击时运行。请给我一些提示或关键字?非常感谢!
我在这里找到了根。将此标志添加到 .pro:QMAKE_LFLAGS += -no-pie
QMAKE_LFLAGS += -no-pie