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