summaryrefslogtreecommitdiff
path: root/plugins/SessionLoader/Windows/sessionLoader.pro
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SessionLoader/Windows/sessionLoader.pro')
-rw-r--r--plugins/SessionLoader/Windows/sessionLoader.pro14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/SessionLoader/Windows/sessionLoader.pro b/plugins/SessionLoader/Windows/sessionLoader.pro
index 071db7e..1059692 100644
--- a/plugins/SessionLoader/Windows/sessionLoader.pro
+++ b/plugins/SessionLoader/Windows/sessionLoader.pro
@@ -5,12 +5,12 @@ mac:QMAKE_CXXFLAGS+="-stdlib=libc++"
TEMPLATE = lib
CONFIG += plugin
LIBS += -ladvapi32
-HEADERS = sessionLoader.h \
- StructEnumDefinition.h \
- Variable.h \
- Environment.h \
- DebugEngineMacro.h \
- ../../../interface/PluginInterface_SessionLoader.h
+HEADERS = \
+ $$PWD/sessionLoader.h \
+ $$PWD/StructEnumDefinition.h \
+ $$PWD/Variable.h \
+ $$PWD/Environment.h \
+ $$PWD/DebugEngineMacro.h \
+ $$PWD/../../../interface/PluginInterface_SessionLoader.h
SOURCES = sessionLoader.cpp
TARGET = $$qtLibraryTarget(sessionLoader)
-