Fixed bugs: dialogs remained disabled (signals were not attached to
[emufront] / src / emufront.pro
index 6c9f988..25b0c13 100644 (file)
@@ -10,6 +10,8 @@ INCLUDEPATH += . \
     db \
     dialogs
 QT += sql
+QT += xml
+
 
 # Input
 HEADERS += mainwindow.h \
@@ -35,7 +37,6 @@ HEADERS += mainwindow.h \
     db/dbfilepath.h \
     utils/ziputil.h \
     utils/fileutil.h \
-    utils/OSDaB-Zip/unzip.h \
     dataobjects/setup.h \
     db/dbsetup.h \
     db/dbtablemodelmanager.h \
@@ -51,9 +52,25 @@ HEADERS += mainwindow.h \
     db/dbemufrontfileobject.h \
     db/dbmediaimagecontainer.h \
     db/dbmediaimage.h \
-    utils/OSDaB-Zip/zipentry_p.h \
-    utils/OSDaB-Zip/unzip_p.h \
-    emulauncher.h
+    emulauncher.h \
+    widgets/efcombobox.h \
+    widgets/effileobjectcombobox.h \
+    widgets/setupcombobox.h \
+    dataobjects/executable.h \
+    db/dbexecutable.h \
+    dialogs/executablemaindialog.h \
+    dialogs/executableeditdialog.h \
+    widgets/executablecombobox.h \
+    utils/processhelper.h \
+    utils/unziphelper.h \
+    utils/emuhelper.h \
+    dialogs/listdialog.h \
+    dialogs/emufrontinputdialog.h \
+    dialogs/emufrontfileobjectdialog.h \
+    dialogs/browsefilepathdialog.h \
+    db/dbconfig.h \
+    utils/datfileutil.h \
+    widgets/fileextensionwidget.h
 SOURCES += main.cpp \
     mainwindow.cpp \
     db/databasemanager.cpp \
@@ -78,7 +95,6 @@ SOURCES += main.cpp \
     db/dbfilepath.cpp \
     utils/ziputil.cpp \
     utils/fileutil.cpp \
-    utils/OSDaB-Zip/unzip.cpp \
     dataobjects/setup.cpp \
     db/dbsetup.cpp \
     db/dbtablemodelmanager.cpp \
@@ -94,5 +110,38 @@ SOURCES += main.cpp \
     db/dbemufrontfileobject.cpp \
     db/dbmediaimagecontainer.cpp \
     db/dbmediaimage.cpp \
-    emulauncher.cpp
-OTHER_FILES += 
+    emulauncher.cpp \
+    widgets/efcombobox.cpp \
+    widgets/effileobjectcombobox.cpp \
+    widgets/setupcombobox.cpp \
+    dataobjects/executable.cpp \
+    db/dbexecutable.cpp \
+    dialogs/executablemaindialog.cpp \
+    dialogs/executableeditdialog.cpp \
+    widgets/executablecombobox.cpp \
+    utils/processhelper.cpp \
+    utils/unziphelper.cpp \
+    utils/emuhelper.cpp \
+    dialogs/listdialog.cpp \
+    dialogs/emufrontinputdialog.cpp \
+    dialogs/emufrontfileobjectdialog.cpp \
+    dialogs/browsefilepathdialog.cpp \
+    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
+}