mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add support for Qt resources in Subsurface
Signed-off-by: Thiago Macieira <thiago@macieira.org>
This commit is contained in:
parent
17ea074dc0
commit
c5d244eeea
4 changed files with 13 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -77,6 +77,9 @@ SOURCES = \
|
|||
qt-ui/starwidget.cpp \
|
||||
$(RESFILE)
|
||||
|
||||
|
||||
RESOURCES = subsurface.qrc
|
||||
|
||||
ifneq ($(SQLITE3FLAGS),)
|
||||
EXTRA_FLAGS += -DSQLITE3 $(SQLITE3FLAGS)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue