Skip to content

GNU Emacs major-mode for Qt build-system files

License

Notifications You must be signed in to change notification settings

emacsorphanage/qt-pro-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qt-pro-mode Build Status MELPA MELPA Stable

GNU Emacs major-mode for Qt build-system files

Install

From MELPA

(use-package qt-pro-mode
  :ensure t
  :mode ("\\.pro\\'" "\\.pri\\'"))

Or manually, after downloading into your load-path

(require 'qt-pro-mode)
(add-to-list 'auto-mode-alist '("\\.pr[io]$" . qt-pro-mode))

Acknowledgments

Thanks to Todd Neal for the original version of this file, which I found here.

License

GPL 2 (or higher) © Free Software Foundation, Inc.