blob: 2ee355b11ab55a93b2fd258401fc6a11f5746975 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
TEMPLATE = lib
TARGET = tqmotifstyle
CONFIG += qt warn_off release plugin
DESTDIR = ../../../styles
HEADERS = ../../../../include/tqmotifstyle.h
SOURCES = main.cpp \
../../../../src/styles/tqmotifstyle.cpp
unix:OBJECTS_DIR = .obj
win32:OBJECTS_DIR = obj
target.path += $$plugins.path/styles
INSTALLS += target
|