X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Fspeedfreak.pro;h=d3d50a211f743d08aec35e2c1c1e3b4ee46d2102;hp=ce4c5e7551ede453ff57ff5f9df1bc7b99e867de;hb=8785db5df89a4d417ffb965f919b53be8138fdd5;hpb=ef6573877133287171c02d2e7b1232ff44ab804e diff --git a/Client/speedfreak.pro b/Client/speedfreak.pro index ce4c5e7..d3d50a2 100644 --- a/Client/speedfreak.pro +++ b/Client/speedfreak.pro @@ -36,7 +36,10 @@ SOURCES += main.cpp \ helpdialog.cpp \ helpresultsdialog.cpp \ helpaccelerationdialog.cpp \ - helproutingdialog.cpp + helproutingdialog.cpp \ + helpsettingsdialog.cpp \ + custombutton.cpp \ + profiledialog.cpp HEADERS += mainwindow.h \ creditsdialog.h \ routedialog.h \ @@ -63,7 +66,10 @@ HEADERS += mainwindow.h \ helpdialog.h \ helpresultsdialog.h \ helpaccelerationdialog.h \ - helproutingdialog.h + helproutingdialog.h \ + helpsettingsdialog.h \ + custombutton.h \ + profiledialog.h FORMS += mainwindow.ui \ creditsdialog.ui \ routedialog.ui \ @@ -79,13 +85,15 @@ FORMS += mainwindow.ui \ helpdialog.ui \ helpresultsdialog.ui \ helpaccelerationdialog.ui \ - helproutingdialog.ui + helproutingdialog.ui \ + helpsettingsdialog.ui \ + profiledialog.ui RESOURCES += graphics.qrc 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