We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e168dc2 commit 1ef7738Copy full SHA for 1ef7738
.gitignore
@@ -176,3 +176,4 @@ glimageeditor.cpp.BvB388
176
AwesomeBump.pro.user.1ac2611
177
AwesomeBump.pro.user.d869918
178
log.txt
179
+mainwindow.cpp.xU4760
AwesomeBump.pro
@@ -1,4 +1,4 @@
1
-CONFIG += c++11 debug debug_and_release
+CONFIG += c++11 debug release
2
QT += opengl gui widgets
3
4
VPATH += ../shared
@@ -32,11 +32,4 @@ FORMS += \
32
formimageprop.ui \
33
dialogheightcalculator.ui
34
35
-OTHER_FILES += \
36
- cube.frag
37
-
38
-CONFIG(debug,debug|release) {
39
- DEFINES += _DEBUG
40
-}
41
42
ICON = content/icon.icns
0 commit comments