Reduce memory footprint of help viewer
[qcpufreq] / src / src.pro
index 43b41c2..8cd94ed 100644 (file)
@@ -51,7 +51,7 @@ unix {
 
        #MAKE INSTALL
 
-       INSTALLS += target helper sudoers desktop icon48 icon64 locale_de locale_zh
+       INSTALLS += target helper sudoers desktop icon48 icon64 locale_de locale_zh help_en 
        target.path =$$BINDIR
 
        desktop.path = /usr/share/applications/hildon
@@ -71,10 +71,13 @@ unix {
        sudoers.files += data/sudoers/qcpufreq.sudoers
 
        locale_de.path = /opt/usr/share/qcpufreq
-       locale_de.files += de.qm
+       locale_de.files += de.qm help_de.html
 
        locale_zh.path = /opt/usr/share/qcpufreq
-       locale_zh.files += zh.qm
+       locale_zh.files += zh.qm help_zh.html
+
+    help_en.path = /opt/usr/share/qcpufreq
+       help_en.files += help_en.html
 
 }