Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up| TARGET = QtMaemo5 | |
| QPRO_PWD = $$PWD | |
| QT = core-private gui-private widgets-private dbus x11extras | |
| CONFIG += x11 | |
| DEFINES += QT_BUILD_MAEMO5_LIB QT_NO_USING_NAMESPACE QT_USE_GTK_PRIVATE | |
| LIBS_PRIVATE += -L../maemo5style -lmaemo5style | |
| LIBS_PRIVATE += `pkg-config --libs gtk+-2.0` | |
| QMAKE_CXXFLAGS += `pkg-config --cflags gtk+-2.0` | |
| # remove me | |
| CONFIG += debug | |
| load(qt_module) | |
| HEADERS += \ | |
| qmaemo5informationbox.h \ | |
| qmaemo5abstractpickselector.h \ | |
| qmaemo5abstractpickselector_p.h \ | |
| qmaemo5listpickselector.h \ | |
| qmaemo5listpickselector_p.h \ | |
| qmaemo5datepickselector.h \ | |
| qmaemo5datepickselector_p.h \ | |
| qmaemo5timepickselector.h \ | |
| qmaemo5timepickselector_p.h \ | |
| qmaemo5editbar.h \ | |
| qmaemo5editbar_p.h \ | |
| qmaemo5valuebutton.h \ | |
| qmaemo5valuebutton_p.h | |
| SOURCES += \ | |
| qmaemo5informationbox.cpp \ | |
| qmaemo5abstractpickselector.cpp \ | |
| qmaemo5listpickselector.cpp \ | |
| qmaemo5datepickselector.cpp \ | |
| qmaemo5datetimepickselector.cpp \ | |
| qmaemo5timepickselector.cpp \ | |
| qmaemo5editbar.cpp \ | |
| qmaemo5valuebutton.cpp | |
| INCLUDEPATH += INCLUDEPATH += ../../gtk2 ../maemo5style | |
| #QMAKE_CXXFLAGS_RELEASE = -O0 -g | |
| #QMAKE_CXXFLAGS = -O0 -g |