<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[error: LNK1181: cannot open input file &#x27;debug&#x5C;exitapp.obj&#x27;]]></title><description><![CDATA[<p dir="auto">I have deleted Build folder (MSVC 2017 32bit). and i'm trying to build it again i'm getting error.<img src="https://ddgobkiprc33d.cloudfront.net/766b1bda-e754-43a8-a604-a81aa4291d78.png" alt="0_1559798795531_Screenshot (119).png" class=" img-fluid img-markdown" /><br />
(this pic taken when it was not deleted)</p>
<p dir="auto">i have also try to re configuring .pro file (by deleting pro file and let Qt Creator let create it again)</p>
<p dir="auto">still i'm getting same error " error: LNK1181: cannot open input file 'debug\exitapp.obj' "</p>
<p dir="auto">(exitapp is a QDialog which appear when user try to exit)</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/30560e68-9b83-4e9b-874c-dce869e54e50.png" alt="0_1559798955402_Screenshot (118).png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Please help.</p>
]]></description><link>https://forum.qt.io/topic/103591/error-lnk1181-cannot-open-input-file-debug-exitapp-obj</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 01:34:51 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/103591.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 Jun 2019 05:30:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to error: LNK1181: cannot open input file &#x27;debug&#x5C;exitapp.obj&#x27; on Fri, 07 Jun 2019 07:16:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jsulm">@<bdi>jsulm</bdi></a></p>
<pre><code>#-------------------------------------------------
#
# Project created by QtCreator 2019-06-02T20:25:50
#
#-------------------------------------------------

QT       += core gui webengine webenginewidgets

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = Office
TEMPLATE = app

# The following define makes your compiler emit warnings if you use
# any feature of Qt which has been marked as deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS

# You can also make your code fail to compile if you use deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000    # disables all the APIs deprecated before Qt 6.0.0

CONFIG += c++11 -opengl dynamic

SOURCES += \
        exitapp.cpp \
        main.cpp \
        office.cpp

HEADERS += \
        exitapp.h \
        office.h

FORMS += \
        exitapp.ui \
        office.ui

# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target

RESOURCES += \
    asset.qrc
</code></pre>
<p dir="auto">well when i change my project location and re configure i ran. but not running on that location . i search for that and found out a white space the problem</p>
<p dir="auto">new location of my project<br />
<img src="https://ddgobkiprc33d.cloudfront.net/7fe9a52e-2b13-4dd7-8bb2-4b032dfb259d.png" alt="0_1559871983337_Screenshot (122).png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.qt.io/post/533587</link><guid isPermaLink="true">https://forum.qt.io/post/533587</guid><dc:creator><![CDATA[Anmol]]></dc:creator><pubDate>Fri, 07 Jun 2019 07:16:55 GMT</pubDate></item><item><title><![CDATA[Reply to error: LNK1181: cannot open input file &#x27;debug&#x5C;exitapp.obj&#x27; on Thu, 06 Jun 2019 07:13:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/anmol">@<bdi>Anmol</bdi></a> Did you rerun qmake?<br />
Are there eny other errors before that linker error?<br />
It looks like ExitApp.cpp was not compiled.<br />
Can you show your pro file?</p>
]]></description><link>https://forum.qt.io/post/533326</link><guid isPermaLink="true">https://forum.qt.io/post/533326</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Thu, 06 Jun 2019 07:13:08 GMT</pubDate></item></channel></rss>