diff options
Diffstat (limited to 'plugin/Makefile')
-rw-r--r-- | plugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/Makefile b/plugin/Makefile index e394c79..7f082cd 100644 --- a/plugin/Makefile +++ b/plugin/Makefile @@ -1,6 +1,6 @@ ############################################################################# # Makefile for building: libsimplestyleplugin.so -# Generated by qmake (2.01a) (Qt 4.7.4) on: Tue Mar 13 13:25:48 2012 +# Generated by qmake (2.01a) (Qt 4.7.4) on: Tue Mar 20 22:24:57 2012 # Project: plugin.pro # Template: lib # Command: /usr/bin/qmake-qt4 -o Makefile plugin.pro @@ -16,7 +16,7 @@ CXXFLAGS = -pipe -O2 -Wall -W -D_REENTRANT -fPIC $(DEFINES) INCPATH = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/tqt3 -I/usr/include/tqt -I/opt/trinity/include -I. LINK = g++ LFLAGS = -Wl,-O1 -shared -LIBS = $(SUBLIBS) -L/usr/lib/i386-linux-gnu -L/usr/lib -ltqt -ltqt-mt -L /opt/trinity/lib -lDCOP -ltdecore -lQtGui -lQtCore -lpthread +LIBS = $(SUBLIBS) -L/usr/lib/i386-linux-gnu -L/usr/lib -ltqt -ltqt-mt -L /opt/trinity/lib -lDCOP -ltdecore -ltdeui -lkio -lQtGui -lQtCore -lpthread AR = ar cqs RANLIB = QMAKE = /usr/bin/qmake-qt4 |