summaryrefslogtreecommitdiffstats
path: root/plugins/src/styles/sgi/sgi.pro
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/src/styles/sgi/sgi.pro')
-rw-r--r--plugins/src/styles/sgi/sgi.pro10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/src/styles/sgi/sgi.pro b/plugins/src/styles/sgi/sgi.pro
index ce7776d18..1d83eacf1 100644
--- a/plugins/src/styles/sgi/sgi.pro
+++ b/plugins/src/styles/sgi/sgi.pro
@@ -1,16 +1,16 @@
TEMPLATE = lib
-TARGET = qsgistyle
+TARGET = tqsgistyle
CONFIG += qt warn_off release plugin
DESTDIR = ../../../styles
-HEADERS = ../../../../include/ntqsgistyle.h
+HEADERS = ../../../../include/tqsgistyle.h
SOURCES = main.cpp \
- ../../../../src/styles/qsgistyle.cpp
+ ../../../../src/styles/tqsgistyle.cpp
!contains(styles, motif) {
- HEADERS += ../../../../include/ntqmotifstyle.h
- SOURCES += ../../../../src/styles/qmotifstyle.cpp
+ HEADERS += ../../../../include/tqmotifstyle.h
+ SOURCES += ../../../../src/styles/tqmotifstyle.cpp
}
unix:OBJECTS_DIR = .obj