summaryrefslogtreecommitdiff
path: root/plugins-alternative/SessionLoader/KDE4/sessionLoader.pro
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-alternative/SessionLoader/KDE4/sessionLoader.pro')
-rw-r--r--plugins-alternative/SessionLoader/KDE4/sessionLoader.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins-alternative/SessionLoader/KDE4/sessionLoader.pro b/plugins-alternative/SessionLoader/KDE4/sessionLoader.pro
new file mode 100644
index 0000000..4ac69b4
--- /dev/null
+++ b/plugins-alternative/SessionLoader/KDE4/sessionLoader.pro
@@ -0,0 +1,15 @@
+CONFIG += c++11
+QMAKE_CXXFLAGS+="-std=c++0x -Wall -Wextra"
+mac:QMAKE_CXXFLAGS+="-stdlib=libc++"
+
+TEMPLATE = lib
+CONFIG += plugin
+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)