diff options
author | Samuel Fadel <samuelfadel@gmail.com> | 2016-01-06 13:01:35 +0100 |
---|---|---|
committer | Samuel Fadel <samuelfadel@gmail.com> | 2016-01-06 13:01:35 +0100 |
commit | bc62e504146b13dada8f5245d2c9204a605aa464 (patch) | |
tree | c7c059ff7cf5f474eecf6be471d71a65b6164bfa | |
parent | 336cd3e4239cd31a6f946761807bd5b18acde63f (diff) |
Added appropriate backslash in .pro file.
-rw-r--r-- | pm.pro | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ HEADERS += main.h \ distortionmeasure.h \ npdistortion.h \ skelft.h \ - skelftkernel.h + skelftkernel.h \ mp.h SOURCES += main.cpp \ colorscale.cpp \ |