[Solved] "qmake " Console window problem in the release build
Qt Creator and other tools
5
Posts
2
Posters
2.4k
Views
1
Watching
-
I have a little problem may be big but i don't know,every programme that i compile in debug configuration runs perfect but when i use release configuration a console window pops up every time i run the release build..i don't know whats the problem..i am giving my project file that i used.
@CONFIG =qt release
TEMPLATE = app
TARGET =
DESTDIR = release
DEPENDPATH += .
INCLUDEPATH += .Input
HEADERS += sortdialog.h
FORMS += sortdialog.ui
SOURCES += main.cpp sortdialog.cpp@ -
And what is the problem/error message you are getting? Is it a compile problem, a link problem or an execution problem?
-
-
try to add
CONFIG -= console
just for a test...