X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Fspeedfreak.pro;h=74cc7e2ccae704363a0cfb547cc5575551cee124;hp=22ebcb8435720f8c7c55d88045b261f3c2cdc054;hb=351a0f90c2b210e80a9ed9055714fd48d406e1f7;hpb=e59c84a91124661c2801892a42846e753538f680 diff --git a/Client/speedfreak.pro b/Client/speedfreak.pro index 22ebcb8..74cc7e2 100644 --- a/Client/speedfreak.pro +++ b/Client/speedfreak.pro @@ -37,7 +37,8 @@ SOURCES += main.cpp \ helpresultsdialog.cpp \ helpaccelerationdialog.cpp \ helproutingdialog.cpp \ - helpsettingsdialog.cpp + helpsettingsdialog.cpp \ + custombutton.cpp HEADERS += mainwindow.h \ creditsdialog.h \ routedialog.h \ @@ -65,7 +66,8 @@ HEADERS += mainwindow.h \ helpresultsdialog.h \ helpaccelerationdialog.h \ helproutingdialog.h \ - helpsettingsdialog.h + helpsettingsdialog.h \ + custombutton.h FORMS += mainwindow.ui \ creditsdialog.ui \ routedialog.ui \ @@ -88,7 +90,7 @@ contains(QT_CONFIG, hildon):CONFIG += hildon CONFIG += link_pkgconfig # Enable this to disable debugging -DEFINES += QT_NO_DEBUG_OUTPUT +# DEFINES += QT_NO_DEBUG_OUTPUT target.path += /usr/lib devincludes.files = $$HEADERS devincludes.path += /usr/include/$$TEMPLATE$$TARGET