Improve traces. Simplify folder management.
[dorian] / dorian.pro
index d160ac9..1656cd8 100644 (file)
@@ -22,12 +22,15 @@ SOURCES += \
     bookmarksdialog.cpp \
     model/sortedlibrary.cpp \
     bookmarkinfodialog.cpp \
-    widgets/dialog.cpp \
+    widgets/dyalog.cpp \
     chaptersdialog.cpp \
     widgets/fullscreenwindow.cpp \
     trace.cpp \
     widgets/toolbuttonbox.cpp \
-    model/bookfinder.cpp
+    model/bookfinder.cpp \
+    widgets/listwindow.cpp \
+    widgets/progress.cpp \
+    widgets/bookwindow.cpp
 
 HEADERS += \
     mainwindow.h \
@@ -50,12 +53,16 @@ HEADERS += \
     model/sortedlibrary.h \
     model/ncxhandler.h \
     bookmarkinfodialog.h \
-    widgets/dialog.h \
+    widgets/dyalog.h \
     chaptersdialog.h \
     widgets/fullscreenwindow.h \
     trace.h \
     widgets/toolbuttonbox.h \
-    model/bookfinder.h
+    model/bookfinder.h \
+    widgets/listwindow.h \
+    widgets/progress.h \
+    widgets/bookwindow.h \
+    widgets/listview.h
 
 RESOURCES += \
     dorian.qrc
@@ -78,7 +85,10 @@ OTHER_FILES += \
     styles/night.js \
     styles/default.js \
     styles/day.js \
-    www/index.html
+    www/index.html \
+    pkg/maemo/autobuild.sh \
+    pkg/maemo/autobuild-scratchbox.sh \
+    LICENSE.txt
 
 DEFINES += \
     USE_FILE32API \
@@ -116,3 +126,6 @@ maemo5 {
     iconscalable.path = $$DATADIR/icons/hicolor/scalable/hildon
     iconscalable.files += pkg/maemo/icon-scalable/dorian.png
 }
+macx {
+    CONFIG += x86
+}