mirror of
https://github.com/NohamR/Reclass.git
synced 2026-05-10 19:59:21 +00:00
Initial commit: ReclassX structured binary editor
This commit is contained in:
22
third_party/qscintilla/designer/designer.pro
vendored
Normal file
22
third_party/qscintilla/designer/designer.pro
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# This is the qmake file for the QScintilla plugin for Qt Designer.
|
||||
|
||||
|
||||
TEMPLATE = lib
|
||||
TARGET = qscintillaplugin
|
||||
|
||||
# Comment this in to build a dynamic library supporting multiple architectures
|
||||
# on macOS.
|
||||
#QMAKE_APPLE_DEVICE_ARCHS = x86_64 arm64
|
||||
|
||||
CONFIG += plugin qscintilla2
|
||||
|
||||
QT += designer
|
||||
|
||||
# Work around QTBUG-39300.
|
||||
CONFIG -= android_install
|
||||
|
||||
HEADERS = qscintillaplugin.h
|
||||
SOURCES = qscintillaplugin.cpp
|
||||
|
||||
target.path = $$[QT_INSTALL_PLUGINS]/designer
|
||||
INSTALLS += target
|
||||
Reference in New Issue
Block a user