tiled_wm: fix dependency to util.h

This commit is contained in:
Christian Helmuth 2024-09-23 15:19:28 +02:00
parent 5497829608
commit 7961ff50a2
4 changed files with 6 additions and 2 deletions

View File

@ -5,3 +5,5 @@ CONFIG += c++2a
SOURCES += main.cpp app.cpp
HEADERS += app.h ../util.h
RESOURCES = app.qrc
INCLUDEPATH = ..

View File

@ -5,3 +5,5 @@ CONFIG += c++2a
SOURCES += main.cpp overlay.cpp
HEADERS += overlay.h ../util.h
RESOURCES = overlay.qrc
INCLUDEPATH = ..

View File

@ -5,3 +5,5 @@ CONFIG += c++2a
SOURCES += main.cpp panel.cpp
HEADERS += panel.h icon.h ../util.h
RESOURCES = panel.qrc
INCLUDEPATH = ..

View File

@ -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
#