diff options
Diffstat (limited to 'plugins/src/styles/sgi/sgi.pro')
-rw-r--r-- | plugins/src/styles/sgi/sgi.pro | 20 |
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 000000000..0892c1047 --- /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 |