Fix "SOURCE" Typo in src.pro

.. for local developments
This commit is contained in:
Mark Liversedge
2016-02-26 07:46:55 +00:00
parent 67b3185e5d
commit e9fce8da1a

View File

@@ -16,7 +16,7 @@ include(gcconfig.pri)
# You can also define your own local source to add to build
HEADERS += $${LOCALHEADERS}
SOURCE += $${LOCALSOURCE}
SOURCES += $${LOCALSOURCE}
###=====================