Ask for confirmation before applying new maximum frequency.
[qcpufreq] / src / src.pro
index 39d3d75..43b41c2 100644 (file)
@@ -4,6 +4,7 @@
 #
 #-------------------------------------------------
 
+QT       -= gui dbus xml
 QT       += core gui maemo5
 
 TARGET = QCPUFreq
@@ -12,18 +13,24 @@ TEMPLATE = app
 
 SOURCES += main.cpp\
         mainwindow.cpp \
-    helpwindow.cpp
+    helpwindow.cpp \
+    settings.cpp \
+    loadpreset.cpp
 
 HEADERS  += mainwindow.h \
-    helpwindow.h
+    helpwindow.h \
+    settings.h \
+    loadpreset.h
 
 FORMS    += mainwindow.ui \
-    helpwindow.ui
+    helpwindow.ui \
+    settings.ui \
+    loadpreset.ui
 
-TRANSLATIONS = de.ts
+TRANSLATIONS = de.ts zh.ts
 
-CONFIG += mobility
-MOBILITY = 
+#CONFIG += mobility
+#MOBILITY = 
 
 symbian {
     TARGET.UID3 = 0xeb3802d4
@@ -44,7 +51,7 @@ unix {
 
        #MAKE INSTALL
 
-       INSTALLS += target helper sudoers desktop icon48 icon64 locale_de
+       INSTALLS += target helper sudoers desktop icon48 icon64 locale_de locale_zh
        target.path =$$BINDIR
 
        desktop.path = /usr/share/applications/hildon
@@ -65,6 +72,10 @@ unix {
 
        locale_de.path = /opt/usr/share/qcpufreq
        locale_de.files += de.qm
+
+       locale_zh.path = /opt/usr/share/qcpufreq
+       locale_zh.files += zh.qm
+
 }
 
 RESOURCES += \