Skip to content

inlinechan/qmake-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Qmake mode

A major mode for qmake file focused on indentation in line-continuation and block.

For example,

SOURCES += \
    foo.cpp \
    bar.cpp

unix {
    SOURCES += unix.cpp
}

Tests

Support ERT(Emacs Lisp regression testing tool)

$ emacs -batch -l ert -l qmake-mode.el -f ert-run-tests-batch-and-exit

or

M-x ert <Enter> t <Enter>

License

GNU General Public License Version 3

About

Major mode for editing QMAKE files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published