--HG--
branch : develop
This commit is contained in:
dismine 2013-11-21 10:38:53 +02:00
commit 74a7cfe6e8
5 changed files with 19 additions and 0 deletions

BIN
doc/doxygen/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

5
scripts/makedoc.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
# Script generate developer documentation for progect.
# Output directory doc/
# Run from root directory of project
doxygen doc/doxygen/Doxyfile

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -0,0 +1 @@
IDI_ICON1 ICON DISCARDABLE "icon/64x64/icon64x64.ico"

13
src/src.pri Normal file
View File

@ -0,0 +1,13 @@
SOURCES += src/main.cpp \
src/mainwindow.cpp \
src/tablewindow.cpp \
src/stable.cpp
HEADERS += src/mainwindow.h \
src/options.h \
src/tablewindow.h \
src/stable.h \
src/version.h
FORMS += src/mainwindow.ui \
src/tablewindow.ui