You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
298 B
14 lines
298 B
# This is the qmake file for the QScintilla plugin for Qt Designer.
|
|
|
|
|
|
TEMPLATE = lib
|
|
TARGET = qscintillaplugin
|
|
# DESTDIR = $(QTDIR)/plugins/designer
|
|
INCLUDEPATH = ../qt /usr/include/tqt
|
|
LIBPATH += ../tmplib
|
|
CONFIG += qt warn_on release plugin
|
|
|
|
SOURCES += qscintillaplugin.cpp
|
|
|
|
LIBS += -lqscintilla
|