Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

QMake

< >

QMake is an open source programming language created in 2002.

#1036on PLDB 22Years Old 4kRepos
Wikipedia

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.)
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll