source: trunk/plugins/src/styles/sgi/sgi.pro

Last change on this file was 204, checked in by rudi, 14 years ago

Added plugin source code

File size: 461 bytes
Line 
1TEMPLATE = lib
2TARGET = qsgistyle
3
4CONFIG += qt warn_off release plugin
5DESTDIR = ../../../styles
6
7HEADERS = ../../../../include/qsgistyle.h
8SOURCES = main.cpp \
9 ../../../../src/styles/qsgistyle.cpp
10
11!contains(styles, motif) {
12 HEADERS += ../../../../include/qmotifstyle.h
13 SOURCES += ../../../../src/styles/qmotifstyle.cpp
14}
15
16unix:OBJECTS_DIR = .obj
17win32:OBJECTS_DIR = obj
18
19target.path += $$plugins.path/styles
20INSTALLS += target
Note: See TracBrowser for help on using the repository browser.