Merge
--HG-- branch : develop
This commit is contained in:
commit
74a7cfe6e8
BIN
doc/doxygen/logo.png
Normal file
BIN
doc/doxygen/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
5
scripts/makedoc.sh
Executable file
5
scripts/makedoc.sh
Executable 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
|
BIN
share/resources/icon/64x64/icon64x64.ico
Normal file
BIN
share/resources/icon/64x64/icon64x64.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
1
share/resources/valentina.rc
Normal file
1
share/resources/valentina.rc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
IDI_ICON1 ICON DISCARDABLE "icon/64x64/icon64x64.ico"
|
13
src/src.pri
Normal file
13
src/src.pri
Normal 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
|
Loading…
Reference in New Issue
Block a user