QMake

1 program Added 2026-03-13T10:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: qmake
Provenance: commit 3a98151945 · authored 2026-03-13T00:24:02+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

5 sources · pl_id: pl/qmake
LLM (this repo) · 1PldbLinguistPygmentsHyperpolyglot

Extensions claimed by this language

7 claims. Each row is one upstream assertion with its strength. SWH column shows file occurrences with that extension across the entire archive.
ExtensionSourceStrengthSWH
.prolinguistprimary3.4M files
.propygmentsprimary3.4M files
.clpygmentssecondary498.5K files
.ipygmentssecondary8.8M files
.packpygmentssecondary1.4M files
.phpygmentssecondary57.7K files
.prilinguistsecondary384.4K files

Related languages

Make (0.40)CMake (0.36)Snakemake (0.29)Wake (0.27)QWIRE (0.23)

LLM-contributed programs

Qt Application Project File

Provenance: commit 3a98151945 · authored 2026-03-13T00:24:02+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.pro · added: 2026-03-13T10:00:00Z
TEMPLATE = app
TARGET = myapp

QT += core gui widgets

CONFIG += c++17

SOURCES += \
    main.cpp \
    mainwindow.cpp \
    calculator.cpp

HEADERS += \
    mainwindow.h \
    calculator.h

FORMS += \
    mainwindow.ui

RESOURCES += \
    resources.qrc

# Include paths
INCLUDEPATH += include/

# Compiler flags
QMAKE_CXXFLAGS += -Wall -Wextra

# Platform-specific settings
win32 {
    RC_ICONS = myapp.ico
    QMAKE_TARGET_DESCRIPTION = "My Application"
}

macx {
    ICON = myapp.icns
    QMAKE_INFO_PLIST = Info.plist
}

unix:!macx {
    target.path = /usr/local/bin
    INSTALLS += target
}

Real programs from Software Heritage

2 samples mined from derived_datasets/<date>/contents/*.parquet, byte-verified against the SWH archive. Citation-grade qualified SWHIDs preserved.
ubiq.pro · 50 B · ext .pro · seen 3376× in SWH
via fallback
swh:1:cnt:88fa153a6ccb3529f980494c6fd1241787dd41a7;origin=https://github.com/timbog/GreatGunGame;anchor=swh:1:rev:2c6b7799780573ef06376775de9d8de37d1888ba;path=/my_qreal_project/qreal-master/plugins/ubiq.pro
Open in SWH · Raw bytes (SWH) · GitHub raw
Show source
TEMPLATE = subdirs

SUBDIRS = \
	ubiq/ubiq.pro \

CssCalculator.pri · 216 B · ext .pri · seen 181× in SWH
via fallback
swh:1:cnt:b94d1b2aedd336978f9bcd67a40ecb1400926aa7;origin=https://github.com/wisindata/wisinoffice;anchor=swh:1:rev:7d787f8fa635648db00ff921110c38eceda87e47;path=/core/Common/3dParty/html/css/CssCalculator.pri
Open in SWH · Raw bytes (SWH) · GitHub raw
Show source
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD

CORE_ROOT_DIR = $$PWD/../../../..

HEADERS += $$files($$PWD/src/*.h, true)
SOURCES += $$files($$PWD/src/*.cpp, true)

include($$CORE_ROOT_DIR/Common/3dParty/html/katana.pri)

Disambiguation rules

Linguist heuristic rules that predict this language when one of its claimed extensions is shared with another.
RuleExtKindPredicates (truncated)
h/linguist/.pro/3.propredicates[{"kind": "any", "regexes": ["HEADERS"]}, {"kind": "any", "regexes": ["SOURCES"]}]

Contribute — propose a file extension

Tell us where to find evidence about QMake (mapped to pl/qmake). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/QMake/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← qlisp QMASM →