Thanks for answering Uwe.
I don't have -silent set, but I'm not sure where I should be seeing the path.
My .pro file has
QT += core gui xml script declarative network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = MyAppCore
TEMPLATE = app
CONFIG += qwt
QT += core gui xml script declarative network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = MyAppCore
TEMPLATE = app
CONFIG += qwt
To copy to clipboard, switch view to plain text mode
(I skipped the sources/headers/forms part)
I'm running qMake and building via Qt Creator (2.7.2).
When I go to the project properties I see:
"effective qMake call":
qmake.exe D:\MyAppCore\MyAppCore.pro -r -spec win32-msvc2010 "CONFIG+=debug" "CONFIG+=declarative_debug" "CONFIG+=qml_debug"
After that it runs a make step with jom.exe.
My output starts with:
Starting: "C:\Qt\Qt5.1.0\Tools\QtCreator\bin\jom.exe"
C:\Qt\Qt5.1.0\Tools\QtCreator\bin\jom.exe -f Makefile.Debug
cl -c -nologo -Zm200 -Zc:wchar_t -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc -DUNICODE -DWIN32 -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG -DQT_DECLARATIVE_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"C:\Qt\Qt5.1.0\5.1.0\msvc2010_opengl\include" -I"C:\Qt\Qt5.1.0\5.1.0\msvc2010_opengl\include\QtDe clarative" -I"C:\Qt\Qt5.1.0\5.1.0\msvc2010_opengl\include\QtWi dgets" -I"C:\Qt\Qt5.1.0\5.1.0\msvc2010_opengl\include\QtNe twork" -I"C:\Qt\Qt5.1.0\5.1.0\msvc2010_opengl\include\QtSc ript" -I"C:\Qt\Qt5.1.0\5.1.0\msvc2010_opengl\include\QtXm l" -I"C:\Qt\Qt5.1.0\5.1.0\msvc2010_opengl\include\QtGu i" -I"C:\Qt\Qt5.1.0\5.1.0\msvc2010_opengl\include\QtCo re" -I"debug" -I"." -I"." -I"C:\Qt\Qt5.1.0\5.1.0\msvc2010_opengl\mkspecs\win3 2-msvc2010" -Fodebug\ @C:\Users\myusername\AppData\Local\Temp\myproject. obj.5900.405.jom
I really don't see the Qwt folder here.
Bookmarks