mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Adding QMake (Make-like) language.
Mostly because the file extension conflicts with that of Prolog.
This commit is contained in:
17
samples/QMake/simple.pro
Normal file
17
samples/QMake/simple.pro
Normal file
@@ -0,0 +1,17 @@
|
||||
# Simple QMake file
|
||||
|
||||
CONFIG += qt
|
||||
QT += core gui
|
||||
TEMPLATE = app
|
||||
TARGET = simpleapp
|
||||
|
||||
SOURCES += file.cpp \
|
||||
file2.c \
|
||||
This/Is/Folder/file3.cpp
|
||||
|
||||
HEADERS += file.h \
|
||||
file2.h \
|
||||
This/Is/Folder/file3.h
|
||||
|
||||
FORMS += This/Is/Folder/file3.ui \
|
||||
Test.ui
|
||||
Reference in New Issue
Block a user