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

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

Added plugin source code

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