diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-07-10 23:42:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-07-10 23:42:20 +0900 |
commit | a0148cf62fc298126980a7dc27603b123e1d764c (patch) | |
tree | 9f38f507e450ba08c221fbb9dd0cae9005543739 /UniversalIndentGUI.pro | |
parent | 2f6b317ededd1951b688597b63b4d25657ef05e5 (diff) | |
download | universal-indent-gui-tqt-a0148cf62fc298126980a7dc27603b123e1d764c.tar.gz universal-indent-gui-tqt-a0148cf62fc298126980a7dc27603b123e1d764c.zip |
Clean up some unnecessary stuff.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'UniversalIndentGUI.pro')
-rwxr-xr-x | UniversalIndentGUI.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UniversalIndentGUI.pro b/UniversalIndentGUI.pro index 339835c..67f4f95 100755 --- a/UniversalIndentGUI.pro +++ b/UniversalIndentGUI.pro @@ -23,7 +23,7 @@ macx { ICON = resources/UniversalIndentGUI.icns } else { - LIBS += -lqscintilla2_qt4 + LIBS += -lqscintilla2 } CONFIG(release, debug|release) { |