blob: 6c398f0c89ff24c59dad93f7be3819c544a2ce8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
TEMPLATE = lib
TARGET = tqcompactstyle
CONFIG += qt warn_off release plugin
DESTDIR = ../../../styles
HEADERS = ../../../../include/tqcompactstyle.h
SOURCES = main.cpp \
../../../../src/styles/tqcompactstyle.cpp
!contains(styles, windows) {
HEADERS += ../../../../include/tqwindowsstyle.h
SOURCES += ../../../../src/styles/tqwindowsstyle.cpp
}
unix:OBJECTS_DIR = .obj
win32:OBJECTS_DIR = obj
target.path += $$plugins.path/styles
INSTALLS += target
|