Add index.html to the project file.
[dorian] / dorian.pro
index 19ea789..217f457 100644 (file)
@@ -16,7 +16,8 @@ SOURCES += \
     translucentbutton.cpp \
     settingswindow.cpp \
     settings.cpp \
-    bookmarksdialog.cpp
+    bookmarksdialog.cpp \
+    sortedlibrary.cpp
 
 HEADERS += \
     mainwindow.h \
@@ -37,7 +38,8 @@ HEADERS += \
     settings.h \
     bookmarksdialog.h \
     opserrorhandler.h \
-    containerhandler.h
+    containerhandler.h \
+    sortedlibrary.h
 
 RESOURCES += \
     dorian.qrc
@@ -59,12 +61,18 @@ OTHER_FILES += \
     styles/sand.js \
     styles/night.js \
     styles/default.js \
-    styles/day.js
+    styles/day.js \
+    www/index.html
 
 DEFINES += \
-    USE_FILE32API
+    USE_FILE32API \
+    DORIAN_TEST_MODEL
 
-unix: LIBS += -lz
+include(modeltest/modeltest.pri)
+
+unix {
+    LIBS += -lz
+}
 windows {
     # FIXME: Build zlib, too
 }