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.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/SessionLoader/Windows/sessionLoader.pro b/plugins/SessionLoader/Windows/sessionLoader.pro
new file mode 100644
index 0000000..1059692
--- /dev/null
+++ b/plugins/SessionLoader/Windows/sessionLoader.pro
@@ -0,0 +1,16 @@
+CONFIG += c++11
+QMAKE_CXXFLAGS+="-std=c++0x -Wall -Wextra"
+mac:QMAKE_CXXFLAGS+="-stdlib=libc++"
+
+TEMPLATE = lib
+CONFIG += plugin
+LIBS += -ladvapi32
+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)