forked from my3rs/ImageQt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Cyril
committed
Feb 15, 2019
1 parent
aeb0d86
commit 87367ce
Showing
78 changed files
with
676 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
*.pro.user* | ||
.git* | ||
.git.*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
QMAKE_CXX.QT_COMPILER_STDCXX = 201402L | ||
QMAKE_CXX.QMAKE_GCC_MAJOR_VERSION = 7 | ||
QMAKE_CXX.QMAKE_GCC_MINOR_VERSION = 3 | ||
QMAKE_CXX.QMAKE_GCC_PATCH_VERSION = 0 | ||
QMAKE_CXX.COMPILER_MACROS = \ | ||
QT_COMPILER_STDCXX \ | ||
QMAKE_GCC_MAJOR_VERSION \ | ||
QMAKE_GCC_MINOR_VERSION \ | ||
QMAKE_GCC_PATCH_VERSION | ||
QMAKE_CXX.INCDIRS = \ | ||
C:/Qt/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++ \ | ||
C:/Qt/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32 \ | ||
C:/Qt/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward \ | ||
C:/Qt/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include \ | ||
C:/Qt/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed \ | ||
C:/Qt/Tools/mingw730_64/x86_64-w64-mingw32/include | ||
QMAKE_CXX.LIBDIRS = \ | ||
C:/Qt/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0 \ | ||
C:/Qt/Tools/mingw730_64/lib/gcc \ | ||
C:/Qt/Tools/mingw730_64/x86_64-w64-mingw32/lib \ | ||
C:/Qt/Tools/mingw730_64/lib |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0
dialog_exp_transform.ui → src/dialog/dialog_exp_transform.ui
100755 → 100644
File renamed without changes.
0
dialog_gaussianblur.cpp → src/dialog/dialog_gaussianblur.cpp
100755 → 100644
File renamed without changes.
0
dialog_gaussianblur.h → src/dialog/dialog_gaussianblur.h
100755 → 100644
File renamed without changes.
0
dialog_linear_gray.cpp → src/dialog/dialog_linear_gray.cpp
100755 → 100644
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0
dialog_linear_gray.ui → src/dialog/dialog_linear_gray.ui
100755 → 100644
File renamed without changes.
0
dialog_log_grey.cpp → src/dialog/dialog_log_grey.cpp
100755 → 100644
File renamed without changes.
0
dialog_log_grey.h → src/dialog/dialog_log_grey.h
100755 → 100644
File renamed without changes.
0
dialog_log_grey.ui → src/dialog/dialog_log_grey.ui
100755 → 100644
File renamed without changes.
0
dialog_power_grey.cpp → src/dialog/dialog_power_grey.cpp
100755 → 100644
File renamed without changes.
0
dialog_power_grey.h → src/dialog/dialog_power_grey.h
100755 → 100644
File renamed without changes.
0
dialog_power_grey.ui → src/dialog/dialog_power_grey.ui
100755 → 100644
File renamed without changes.
File renamed without changes.
0
dialog_stretch_transform.h → src/dialog/dialog_stretch_transform.h
100755 → 100644
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0
gaussianblurdialog.ui → src/dialog/gaussianblurdialog.ui
100755 → 100644
File renamed without changes.
0
main.cpp → src/main.cpp
100755 → 100644
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.