mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 13:26:27 +00:00
tiled_wm: fix dependency to util.h
This commit is contained in:
parent
5497829608
commit
7961ff50a2
@ -5,3 +5,5 @@ CONFIG += c++2a
|
||||
SOURCES += main.cpp app.cpp
|
||||
HEADERS += app.h ../util.h
|
||||
RESOURCES = app.qrc
|
||||
|
||||
INCLUDEPATH = ..
|
||||
|
@ -5,3 +5,5 @@ CONFIG += c++2a
|
||||
SOURCES += main.cpp overlay.cpp
|
||||
HEADERS += overlay.h ../util.h
|
||||
RESOURCES = overlay.qrc
|
||||
|
||||
INCLUDEPATH = ..
|
||||
|
@ -5,3 +5,5 @@ CONFIG += c++2a
|
||||
SOURCES += main.cpp panel.cpp
|
||||
HEADERS += panel.h icon.h ../util.h
|
||||
RESOURCES = panel.qrc
|
||||
|
||||
INCLUDEPATH = ..
|
||||
|
@ -8,8 +8,6 @@ QT5_GENODE_LIBS_APP += ld.lib.so
|
||||
|
||||
qmake_prepared.tag: $(addprefix build_dependencies/lib/,$(QT5_GENODE_LIBS_APP))
|
||||
|
||||
INC_DIR += $(PRG_DIR)/..
|
||||
|
||||
#
|
||||
# We need Qt headers in a local directory for MOC to work correctly
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user