About: Qmake     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:Software106566077, within Data Space : dbpedia.org associated with source document(s)
QRcode icon
http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FQmake

qmake is a utility that automates the generation of makefiles. Makefiles are used by the program make to build executable programs from source code; therefore qmake is a make-makefile tool, or makemake for short. qmake was created by Trolltech (now The Qt Company). It is distributed and integrated with the Qt application framework, and automates the creation of moc (meta object compiler) and rcc (resource compiler) sources, which are used in Qt's meta-object system and in the integration of binary resources (e.g., pictures).

AttributesValues
rdf:type
rdfs:label
  • Qmake (de)
  • Qmake (es)
  • Qmake (ko)
  • Qmake (en)
  • Qmake (ru)
  • Qmake (uk)
  • Qmake (zh)
rdfs:comment
  • qmake (ein Nachfolger von tmake) ist ein Generator für Makefiles. Es ist Teil der Qt-Bibliothek der Firma Qt Development Frameworks. qmake erstellt ausgehend von einer Konfigurationsbeschreibung ein Makefile, mit dessen Hilfe man in der Lage ist, eine Sammlung von Quelltexten zu einem Programm oder einer Bibliothek zu übersetzen. Obwohl es speziell für die Arbeit mit Qt entwickelt worden ist, ist auch eine Verwendung für von Qt unabhängiger Software möglich. (de)
  • qmake는 makefile 생성을 자동화하는 유틸리티이자 빌드 자동화(automation 또는 makemake)시스템이다. 생성된 Makefile은 프로그램 make가 소스 코드에서 실행 가능한 프로그램을 빌드하는 데 사용된다. 따라서 qmake는 make-makefile 도구 또는 makemake로 잘알려져있다. (ko)
  • qmake — утиліта зі складу Qt, яка допомагає полегшити процес складання програми на різних платформах. qmake автоматично генерує make-файли, ґрунтуючись на інформації в файлах проекту (*. pro). qmake створює файл складання, не вимагаючи від розробника вносити зміни в файл проекту. qmake може бути використаний для будь-якого програмного проекту, незалежно від того, чи написаний він на Qt чи ні. (uk)
  • qmake是一個協助簡化跨平台進行專案開發的構建過程的工具程式,Qt附帶的工具之一 。qmake能夠自动生成Makefile、Microsoft Visual Studio 專案檔 和 xcode 專案檔。不管原始碼是否是用Qt寫的,都能使用qmake,因此qmake能用於很多軟體的構建過程。 手寫Makefile是比較困難而且容易出錯,尤其在進行跨平台開發時必須針對不同平台分別撰寫Makefile,會增加跨平台開發複雜性與困難度。qmake會根據專案檔(.pro)里面的信息自動生成適合平台的 Makefile。开发者能夠自行撰寫專案檔或是由qmake本身產生。qmake包含額外的功能来方便 Qt 开发,如自动的包含 和 的编译规则。 (zh)
  • qmake es un programa que automatiza la creación de ficheros Makefiles. Los ficheros Makefiles son usados por el programa Make para compilar el código de manera automática. Make hace mucho más cómoda la compilación de proyectos relativamente medianos, pero a medida que la complejidad del proyecto aumenta los ficheros Makefile pueden llegar a crecer y complicarse demasiado. Y aquí es dónde entra en juego qmake, automatizando al proceso a un nivel superior. (es)
  • qmake is a utility that automates the generation of makefiles. Makefiles are used by the program make to build executable programs from source code; therefore qmake is a make-makefile tool, or makemake for short. qmake was created by Trolltech (now The Qt Company). It is distributed and integrated with the Qt application framework, and automates the creation of moc (meta object compiler) and rcc (resource compiler) sources, which are used in Qt's meta-object system and in the integration of binary resources (e.g., pictures). (en)
  • qmake (МФА [ˈkjuːmeɪk]) — устаревшая утилита из состава Qt, которая помогает облегчить процесс сборки приложения на разных платформах. qmake автоматически генерирует make-файлы, основываясь на информации в файлах проекта (*.pro). qmake создаёт файл сборки, не требуя от разработчика вносить изменения в файл проекта. Начиная с Qt 6, qmake признана устаревшей, вместо неё рекомендуется использовать сборочную систему CMake. (ru)
foaf:name
  • qmake (en)
name
  • qmake (en)
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
dbp:wikiPageUsesTemplate
developer
genre
latest release version
license
operating system
programming language
has abstract
  • qmake (ein Nachfolger von tmake) ist ein Generator für Makefiles. Es ist Teil der Qt-Bibliothek der Firma Qt Development Frameworks. qmake erstellt ausgehend von einer Konfigurationsbeschreibung ein Makefile, mit dessen Hilfe man in der Lage ist, eine Sammlung von Quelltexten zu einem Programm oder einer Bibliothek zu übersetzen. Obwohl es speziell für die Arbeit mit Qt entwickelt worden ist, ist auch eine Verwendung für von Qt unabhängiger Software möglich. (de)
  • qmake es un programa que automatiza la creación de ficheros Makefiles. Los ficheros Makefiles son usados por el programa Make para compilar el código de manera automática. Make hace mucho más cómoda la compilación de proyectos relativamente medianos, pero a medida que la complejidad del proyecto aumenta los ficheros Makefile pueden llegar a crecer y complicarse demasiado. Y aquí es dónde entra en juego qmake, automatizando al proceso a un nivel superior. qmake crea Makefiles que se adaptan a la plataforma deseada por lo que soporta diferentes sistemas operativos, entre los que están: Linux, Apple Mac OS X, Symbian, Android y Microsoft Windows.​ qmake fue creado por Trolltech (ahora propiedad de ), y forma parte del framework de Qt. Aunque posee características adicionales que facilitan el desarrollo con Qt, automatiza la creación de los códigos moc (meta object compiler) y rcc (resource compiler), puede usarse para desarrollar cualquier proyecto software. (es)
  • qmake is a utility that automates the generation of makefiles. Makefiles are used by the program make to build executable programs from source code; therefore qmake is a make-makefile tool, or makemake for short. The makefiles that qmake produces are tailored to the particular platform where it is run from based on qmake project files. This way one set of build instructions can be used to create build instructions on different operating systems. qmake supports code generation for the following operating systems: Linux (including Android), Apple macOS, Apple iOS, FreeBSD, Haiku, Symbian, Microsoft Windows and Microsoft Windows CE. qmake was created by Trolltech (now The Qt Company). It is distributed and integrated with the Qt application framework, and automates the creation of moc (meta object compiler) and rcc (resource compiler) sources, which are used in Qt's meta-object system and in the integration of binary resources (e.g., pictures). The qmake tool helps simplify the build process for development projects across different platforms. It automates the generation of Makefiles so that only a few lines of information are needed to create each Makefile. You can use qmake for any software project, whether it is written with Qt or not. (en)
  • qmake는 makefile 생성을 자동화하는 유틸리티이자 빌드 자동화(automation 또는 makemake)시스템이다. 생성된 Makefile은 프로그램 make가 소스 코드에서 실행 가능한 프로그램을 빌드하는 데 사용된다. 따라서 qmake는 make-makefile 도구 또는 makemake로 잘알려져있다. (ko)
  • qmake (МФА [ˈkjuːmeɪk]) — устаревшая утилита из состава Qt, которая помогает облегчить процесс сборки приложения на разных платформах. qmake автоматически генерирует make-файлы, основываясь на информации в файлах проекта (*.pro). qmake — программное средство, с помощью которого должен упрощаться процесс сборки проекта при разработке для разных платформ. qmake автоматизирует создание файла сборки, так как требуется только несколько строчек информации для создания каждого такого файла[уточнить]. qmake может быть использован для любого программного проекта, независимо от того, написан ли он на Qt или нет. qmake создаёт файл сборки, не требуя от разработчика вносить изменения в файл проекта. Начиная с Qt 6, qmake признана устаревшей, вместо неё рекомендуется использовать сборочную систему CMake. (ru)
  • qmake — утиліта зі складу Qt, яка допомагає полегшити процес складання програми на різних платформах. qmake автоматично генерує make-файли, ґрунтуючись на інформації в файлах проекту (*. pro). qmake створює файл складання, не вимагаючи від розробника вносити зміни в файл проекту. qmake може бути використаний для будь-якого програмного проекту, незалежно від того, чи написаний він на Qt чи ні. (uk)
  • qmake是一個協助簡化跨平台進行專案開發的構建過程的工具程式,Qt附帶的工具之一 。qmake能夠自动生成Makefile、Microsoft Visual Studio 專案檔 和 xcode 專案檔。不管原始碼是否是用Qt寫的,都能使用qmake,因此qmake能用於很多軟體的構建過程。 手寫Makefile是比較困難而且容易出錯,尤其在進行跨平台開發時必須針對不同平台分別撰寫Makefile,會增加跨平台開發複雜性與困難度。qmake會根據專案檔(.pro)里面的信息自動生成適合平台的 Makefile。开发者能夠自行撰寫專案檔或是由qmake本身產生。qmake包含額外的功能来方便 Qt 开发,如自动的包含 和 的编译规则。 (zh)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
latest release version
  • 3.0
developer
genre
license
operating system
programming language
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (378 GB total memory, 46 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software