summaryrefslogtreecommitdiffstats
path: root/plugins/src/styles/motifplus/motifplus.pro
blob: 0f1ca9be54e0a1ebe80b3d5be8d65a4f3d53968f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = lib
TARGET	 = qmotifplusstyle

CONFIG  += qt warn_off release plugin
DESTDIR	 = ../../../styles

HEADERS		= ../../../../include/ntqmotifplusstyle.h
SOURCES		= main.cpp \
		  ../../../../src/styles/qmotifplusstyle.cpp

!contains(styles, motif) {
	HEADERS += ../../../../include/ntqmotifstyle.h
	SOURCES += ../../../../src/styles/qmotifstyle.cpp
}

unix:OBJECTS_DIR	= .obj
win32:OBJECTS_DIR	= obj

target.path += $$plugins.path/styles
INSTALLS += target