Initial help window support, show sudo errors.
[qcpufreq] / src / src.pro
index bbfe174..39d3d75 100755 (executable)
@@ -11,11 +11,14 @@ TEMPLATE = app
 
 
 SOURCES += main.cpp\
-        mainwindow.cpp
+        mainwindow.cpp \
+    helpwindow.cpp
 
-HEADERS  += mainwindow.h
+HEADERS  += mainwindow.h \
+    helpwindow.h
 
-FORMS    += mainwindow.ui
+FORMS    += mainwindow.ui \
+    helpwindow.ui
 
 TRANSLATIONS = de.ts
 
@@ -41,7 +44,7 @@ unix {
 
        #MAKE INSTALL
 
-       INSTALLS += target helper sudoers desktop icon48 icon64 helper_sr locale_de
+       INSTALLS += target helper sudoers desktop icon48 icon64 locale_de
        target.path =$$BINDIR
 
        desktop.path = /usr/share/applications/hildon
@@ -54,13 +57,9 @@ unix {
        icon64.files += data/48x48/qcpufreq.png
 
        helper.path = $$BINDIR/
-       helper.files += data/scripts/set_scalingmaxfreq
+       helper.files += data/scripts/QCPUFreq.helper
        helper.permissions = 755
 
-       helper_sr.path = $$BINDIR/
-       helper_sr.files += data/scripts/set_sr
-       helper_sr.permissions = 755
-
        sudoers.path = /etc/sudoers.d/
        sudoers.files += data/sudoers/qcpufreq.sudoers