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.
|
|
|
TEMPLATE = lib
|
|
|
|
CONFIG += qt warn_on plugin
|
|
|
|
|
|
|
|
SOURCES += cppeditor.cpp syntaxhighliter_cpp.cpp cppcompletion.cpp editorinterfaceimpl.cpp languageinterfaceimpl.cpp common.cpp preferenceinterfaceimpl.cpp yyreg.cpp cppbrowser.cpp projectsettingsinterfaceimpl.cpp sourcetemplateinterfaceimpl.cpp
|
|
|
|
HEADERS += cppeditor.h syntaxhighliter_cpp.h cppcompletion.h editorinterfaceimpl.h languageinterfaceimpl.h preferenceinterfaceimpl.h yyreg.h cppbrowser.h projectsettingsinterfaceimpl.h sourcetemplateinterfaceimpl.h
|
|
|
|
FORMS = projectsettings.ui mainfilesettings.ui
|
|
|
|
|
|
|
|
TARGET = cppeditor
|
|
|
|
DESTDIR = ../../../../plugins/designer
|
|
|
|
VERSION = 1.0.0
|
|
|
|
|
|
|
|
INCLUDEPATH += ../../interfaces ../../editor $$QT_BUILD_TREE/tools/designer/editor
|
|
|
|
|
|
|
|
hpux-* {
|
|
|
|
LIBS += $$QT_BUILD_TREE/lib/libtqteditor.a
|
|
|
|
} else {
|
|
|
|
LIBS += -L$$QT_BUILD_TREE/lib -ltqteditor
|
|
|
|
}
|
|
|
|
|
|
|
|
target.path += $$plugins.path/designer
|
|
|
|
INSTALLS += target
|