aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-01-06 13:01:35 +0100
committerSamuel Fadel <samuelfadel@gmail.com>2016-01-06 13:01:35 +0100
commitbc62e504146b13dada8f5245d2c9204a605aa464 (patch)
treec7c059ff7cf5f474eecf6be471d71a65b6164bfa
parent336cd3e4239cd31a6f946761807bd5b18acde63f (diff)
Added appropriate backslash in .pro file.
-rw-r--r--pm.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/pm.pro b/pm.pro
index 7cc6bdc..0a76551 100644
--- a/pm.pro
+++ b/pm.pro
@@ -19,7 +19,7 @@ HEADERS += main.h \
distortionmeasure.h \
npdistortion.h \
skelft.h \
- skelftkernel.h
+ skelftkernel.h \
mp.h
SOURCES += main.cpp \
colorscale.cpp \