diff --git a/thp_player/thp_player.pro b/thp_player/thp_player.pro index 6a2efdc..f0a785c 100644 --- a/thp_player/thp_player.pro +++ b/thp_player/thp_player.pro @@ -4,11 +4,14 @@ # #------------------------------------------------- -QT += core gui multimedia +QT += core gui TARGET = thp_player TEMPLATE = app +CONFIG += mobility +#MOBILITY = multimedia + SOURCES += main.cpp\ thpwindow.cpp \ @@ -19,7 +22,7 @@ HEADERS += thpwindow.h \ FORMS += thpwindow.ui -CONFIG += static +#CONFIG += static win32 { message("win32 build") INCLUDEPATH += . ./libpng/include