Skip to content

Commit 1ef7738

Browse files
committed
Small change in pro file
1 parent e168dc2 commit 1ef7738

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,4 @@ glimageeditor.cpp.BvB388
176176
AwesomeBump.pro.user.1ac2611
177177
AwesomeBump.pro.user.d869918
178178
log.txt
179+
mainwindow.cpp.xU4760

AwesomeBump.pro

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CONFIG += c++11 debug debug_and_release
1+
CONFIG += c++11 debug release
22
QT += opengl gui widgets
33

44
VPATH += ../shared
@@ -32,11 +32,4 @@ FORMS += \
3232
formimageprop.ui \
3333
dialogheightcalculator.ui
3434

35-
OTHER_FILES += \
36-
cube.frag
37-
38-
CONFIG(debug,debug|release) {
39-
DEFINES += _DEBUG
40-
}
41-
4235
ICON = content/icon.icns

0 commit comments

Comments
 (0)