Fixed bugs: dialogs remained disabled (signals were not attached to
[emufront] / src / emufront.pro
index a11a3a5..25b0c13 100644 (file)
@@ -10,6 +10,7 @@ INCLUDEPATH += . \
     db \
     dialogs
 QT += sql
+QT += xml
 
 
 # Input
@@ -67,7 +68,9 @@ HEADERS += mainwindow.h \
     dialogs/emufrontinputdialog.h \
     dialogs/emufrontfileobjectdialog.h \
     dialogs/browsefilepathdialog.h \
-    db/dbconfig.h
+    db/dbconfig.h \
+    utils/datfileutil.h \
+    widgets/fileextensionwidget.h
 SOURCES += main.cpp \
     mainwindow.cpp \
     db/databasemanager.cpp \
@@ -123,9 +126,22 @@ SOURCES += main.cpp \
     dialogs/emufrontinputdialog.cpp \
     dialogs/emufrontfileobjectdialog.cpp \
     dialogs/browsefilepathdialog.cpp \
-    db/dbconfig.cpp
-OTHER_FILES += 
+    db/dbconfig.cpp \
+    utils/datfileutil.cpp \
+    widgets/fileextensionwidget.cpp
+OTHER_FILES +=  
 
 CONFIG += mobility
 
 MOBILITY = 
+
+unix {
+   INSTALLS += target desktop icon48 icon64
+   target.path = /usr/bin
+   desktop.path = /usr/share/applications/hildon
+   desktop.files += maemofiles/emufront.desktop
+   icon48.path = /usr/share/icons/hicolor/48x48/apps
+   icon48.files += maemofiles/48x48/emufront.png
+   icon64.path = /usr/share/icons/hicolor/64x64/apps
+   icon64.files += maemofiles/64x64/emufront.png
+}