Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

QMake

QMake - Programming language

< >

QMake is a programming language created in 2002.

#641on PLDB 21Years Old 375Users
0Books 0Papers 4kRepos

qmake is an 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. Read more on Wikipedia...


Example from the web:
CONFIG += qt debug HEADERS += hello.h SOURCES += hello.cpp SOURCES += main.cpp win32 { SOURCES += hellowin.cpp } unix { SOURCES += hellounix.cpp } !exists( main.cpp ) { error( "No main.cpp file found" ) } win32:debug { CONFIG += console }
Example from Linguist:
#!/usr/bin/qmake message(This is QMake.)
lookml.html 路 qmake.html 路 providex.html

View source

- Build the next great programming language Search Day 213 About Blog Acknowledgements Traffic Traffic Today GitHub feedback@pldb.com