summaryrefslogtreecommitdiffstats
path: root/plugins/src/styles/sgi/sgi.pro
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/src/styles/sgi/sgi.pro')
-rw-r--r--plugins/src/styles/sgi/sgi.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/src/styles/sgi/sgi.pro b/plugins/src/styles/sgi/sgi.pro
new file mode 100644
index 0000000..0892c10
--- /dev/null
+++ b/plugins/src/styles/sgi/sgi.pro
@@ -0,0 +1,20 @@
+TEMPLATE = lib
+TARGET = qsgistyle
+
+CONFIG += qt warn_off release plugin
+DESTDIR = ../../../styles
+
+HEADERS = ../../../../include/qsgistyle.h
+SOURCES = main.cpp \
+ ../../../../src/styles/qsgistyle.cpp
+
+!contains(styles, motif) {
+ HEADERS += ../../../../include/qmotifstyle.h
+ SOURCES += ../../../../src/styles/qmotifstyle.cpp
+}
+
+unix:OBJECTS_DIR = .obj
+win32:OBJECTS_DIR = obj
+
+target.path += $$plugins.path/styles
+INSTALLS += target