Well I manually ran qmake, since rebuild did not work, and it is not trying to link the phonon libs
Running build steps for project ***...
Starting: "c:/qt/2010.04/qt/bin/qmake.exe" D:/Projects/***/***.pro -r -spec win32-g++
The process "c:/qt/2010.04/qt/bin/qmake.exe" exited normally.
Running build steps for project ***...
Starting: "c:/qt/2010.04/qt/bin/qmake.exe" D:/Projects/***/***.pro -r -spec win32-g++
The process "c:/qt/2010.04/qt/bin/qmake.exe" exited normally.
To copy to clipboard, switch view to plain text mode
This is my .pro file
QT += core gui \
phonon
TARGET = ***
TEMPLATE = app
SOURCES += main.cpp\
***.cpp
HEADERS += ***.h
FORMS += ***.ui
RESOURCES += \
images.qrc
QT += core gui \
phonon
TARGET = ***
TEMPLATE = app
SOURCES += main.cpp\
***.cpp
HEADERS += ***.h
FORMS += ***.ui
RESOURCES += \
images.qrc
To copy to clipboard, switch view to plain text mode
Bookmarks