#include "aboutdialog.hpp"
#include <QFileDialog>
-const QString VERSION("2016.02.14");
+const QString VERSION("2016.02.16");
/**
* Constructor.
<rect>
<x>0</x>
<y>0</y>
- <width>820</width>
+ <width>839</width>
<height>662</height>
</rect>
</property>
<property name="windowTitle">
- <string>MainWindow</string>
+ <string>RePubLib rebackgui</string>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QVBoxLayout" name="verticalLayout_8">
<rect>
<x>0</x>
<y>0</y>
- <width>820</width>
+ <width>839</width>
<height>26</height>
</rect>
</property>
TEMPLATE = app
INCLUDEPATH = ../..
+win32:RC_ICONS += rebackgui.ico
+
SOURCES += main.cpp\
../../base/ReException.cpp \
../../base/ReConfig.cpp \
mainwindow.cpp \
../../base/ReException.cpp \
../../base/ReQStringUtils.cpp \
+ ../../base/ReStringUtils.cpp \
../../base/ReFileUtils.cpp \
../../base/ReLogger.cpp \
filefinder.cpp \
RESOURCES += \
refind.qrc
+
+DISTFILES += \
+ refind.ico