#------------------------------------------------- # # Project created by QtCreator 2015-03-17T11:49:27 # #------------------------------------------------- QT += core QT -= gui TARGET = resource_generation_buggy CONFIG += console CONFIG -= app_bundle TEMPLATE = app SOURCES += main.cpp VERSION = 1.2.3.4 # if this debug target renaming is present the auto generated rc files: # resource_generation_buggy.rc and # resource_generation_buggyd.rc # are not compiled #build_pass:CONFIG(debug, debug|release) { # unix: TARGET = $$join(TARGET,,,_debug) # else: TARGET = $$join(TARGET,,,d) #}