X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsrc.pro;h=39d3d752652c563a119c5ff422d043c4f81d4412;hb=d26db462593aa085bea4a07124bdaed1363e50d5;hp=6be15f4842fbe52db55950749b82310d3e4ec7c5;hpb=8438d693aaa892a7edc6c654aa9d3accb1d3a0f8;p=qcpufreq diff --git a/src/src.pro b/src/src.pro index 6be15f4..39d3d75 100755 --- a/src/src.pro +++ b/src/src.pro @@ -4,18 +4,23 @@ # #------------------------------------------------- -QT += core gui +QT += core gui maemo5 TARGET = QCPUFreq 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 CONFIG += mobility MOBILITY = @@ -39,7 +44,7 @@ unix { #MAKE INSTALL - INSTALLS += target helper sudoers desktop icon48 icon64 helper_sr + INSTALLS += target helper sudoers desktop icon48 icon64 locale_de target.path =$$BINDIR desktop.path = /usr/share/applications/hildon @@ -52,15 +57,14 @@ 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 + + locale_de.path = /opt/usr/share/qcpufreq + locale_de.files += de.qm } RESOURCES += \