qmake Handbuch

Das Werkzeug qmake hilft, den Build-Prozess für Entwicklungsprojekte auf verschiedenen Plattformen zu vereinfachen. Es automatisiert die Generierung von Makefiles, so dass nur wenige Zeilen an Informationen benötigt werden, um jedes Makefile zu erstellen. Sie können qmake für jedes Softwareprojekt verwenden, egal ob es mit Qt geschrieben wurde oder nicht.

qmake generiert ein Makefile basierend auf den Informationen in einer Projektdatei. Projektdateien werden vom Entwickler erstellt und sind in der Regel einfach, aber es können auch komplexere Projektdateien für komplexe Projekte erstellt werden.

qmake enthält zusätzliche Funktionen, um die Entwicklung mit Qt zu unterstützen, einschließlich automatischer Build-Regeln für moc und uic.

qmake kann auch Projekte für Microsoft Visual Studio erzeugen, ohne dass der Entwickler die Projektdatei ändern muss.

Inhaltsübersicht

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.