diff options
Diffstat (limited to 'plugins/src/styles/motif/motif.pro')
-rw-r--r-- | plugins/src/styles/motif/motif.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/src/styles/motif/motif.pro b/plugins/src/styles/motif/motif.pro index 61f228c1c..2ee355b11 100644 --- a/plugins/src/styles/motif/motif.pro +++ b/plugins/src/styles/motif/motif.pro @@ -1,12 +1,12 @@ TEMPLATE = lib -TARGET = qmotifstyle +TARGET = tqmotifstyle CONFIG += qt warn_off release plugin DESTDIR = ../../../styles -HEADERS = ../../../../include/ntqmotifstyle.h +HEADERS = ../../../../include/tqmotifstyle.h SOURCES = main.cpp \ - ../../../../src/styles/qmotifstyle.cpp + ../../../../src/styles/tqmotifstyle.cpp unix:OBJECTS_DIR = .obj win32:OBJECTS_DIR = obj |