mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +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
|
SOURCES += main.cpp app.cpp
|
||||||
HEADERS += app.h ../util.h
|
HEADERS += app.h ../util.h
|
||||||
RESOURCES = app.qrc
|
RESOURCES = app.qrc
|
||||||
|
|
||||||
|
INCLUDEPATH = ..
|
||||||
|
@ -5,3 +5,5 @@ CONFIG += c++2a
|
|||||||
SOURCES += main.cpp overlay.cpp
|
SOURCES += main.cpp overlay.cpp
|
||||||
HEADERS += overlay.h ../util.h
|
HEADERS += overlay.h ../util.h
|
||||||
RESOURCES = overlay.qrc
|
RESOURCES = overlay.qrc
|
||||||
|
|
||||||
|
INCLUDEPATH = ..
|
||||||
|
@ -5,3 +5,5 @@ CONFIG += c++2a
|
|||||||
SOURCES += main.cpp panel.cpp
|
SOURCES += main.cpp panel.cpp
|
||||||
HEADERS += panel.h icon.h ../util.h
|
HEADERS += panel.h icon.h ../util.h
|
||||||
RESOURCES = panel.qrc
|
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))
|
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
|
# We need Qt headers in a local directory for MOC to work correctly
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user