#-------------------------------------------------## Project created by QtCreator 2017-05-12T08:52:18##-------------------------------------------------QT += core guigreaterThan(QT_MAJOR_VERSION, 4): QT += widgetsTARGET = qwt_testTEMPLATE = appINCLUDEPATH += C:\Qwt-6.1.3\includeLIBS += -LC:\Qwt-6.1.3\lib -lqwt# The following define makes your compiler emit warnings if you use# any feature of Qt which as 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.0SOURCES += main.cpp\ mainwindow.cppHEADERS += mainwindow.hFORMS += mainwindow.ui
14:18:42: Выполняются этапы для проекта qwt_test...14:18:42: Настройки не изменились, этап qmake пропускается.14:18:43: Запускается: «C:\Qt\Tools\mingw530_32\bin\mingw32-make.exe» C:\Qt\5.8\mingw53_32\bin\qmake.exe -o Makefile ..\qwt_test\qwt_test.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug"C:/Qt/Tools/mingw530_32/bin/mingw32-make -f Makefile.Debugmingw32-make[1]: Entering directory 'E:/Programs/QWT_test/build-qwt_test-Desktop_Qt_5_8_0_MinGW_32bit-Debug'mingw32-make[1]: Nothing to be done for 'first'.mingw32-make[1]: Leaving directory 'E:/Programs/QWT_test/build-qwt_test-Desktop_Qt_5_8_0_MinGW_32bit-Debug'14:18:44: Процесс «C:\Qt\Tools\mingw530_32\bin\mingw32-make.exe» завершился успешно.14:18:44: Прошло времени: 00:02.