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.
tqscintilla/designer/designer.pro

14 lines
305 B

# This is the qmake file for the TQScintilla plugin for TQt Designer.
TEMPLATE = lib
TARGET = tqscintillaplugin
# DESTDIR = $(TQTDIR)/plugins/designer
INCLUDEPATH = ../tqt /usr/include/tqt
LIBPATH += ../tmplib
CONFIG += qt warn_on release plugin
SOURCES += tqscintillaplugin.cpp
LIBS += -ltqscintilla