Skip to content

Commit

Permalink
4.6.0: added: text tool plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
zvezdochiot committed Oct 28, 2021
1 parent a2e6610 commit 5f74e48
Show file tree
Hide file tree
Showing 7 changed files with 892 additions and 1 deletion.
Binary file added data/icons/drag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions src/tools/text-tool/text-tool.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
HEADERS = text_tool.h
SOURCES = text_tool.cpp
FORMS += $$files(*.ui)
RESOURCES += $$files(*.qrc)

TARGET = $$qtLibraryTarget(text-tool)
DESTDIR = ../..
INCLUDEPATH += $$DESTDIR

TEMPLATE = lib
CONFIG += plugin
QMAKE_CXXFLAGS = -std=c++11 -fopenmp
QMAKE_LFLAGS += -s
LIBS += -lgomp
QT += widgets

MOC_DIR = $$DESTDIR/build
RCC_DIR = $$DESTDIR/build
OBJECTS_DIR = $$DESTDIR/build
UI_DIR = $$DESTDIR/build

unix {
INSTALLS += target
target.path = /usr/local/share/photoquick/plugins
}

CONFIG -= debug_and_release debug
Loading

0 comments on commit 5f74e48

Please sign in to comment.