#------------------------------------------------- # # Project created by QtCreator 2010-06-23T17:48:44 # #------------------------------------------------- QT += core gui network dbus phonon TARGET = fapman TEMPLATE = app SOURCES += main.cpp\ mainwindow.cpp \ package.cpp \ packageview.cpp \ filterselect.cpp \ confirmdialog.cpp \ dimmer.cpp \ repoview.cpp \ packageselector.cpp \ help.cpp \ settings.cpp \ aaptinterface.cpp \ repository.cpp \ repoedit.cpp \ logview.cpp \ apt-src/debversion.cc \ apt-src/version.cc \ sortselector.cpp \ blacklistselect.cpp \ rotatingbackground.cpp \ searchoptions.cpp \ dpkginterface.cpp \ installfile.cpp HEADERS += mainwindow.h \ package.h \ packageview.h \ filterselect.h \ confirmdialog.h \ dimmer.h \ repoview.h \ packageselector.h \ help.h \ settings.h \ aaptinterface.h \ repository.h \ repoedit.h \ logview.h \ apt-src/version.h \ apt-src/strutl.h \ apt-src/pkgcache.h \ apt-src/mmap.h \ apt-src/debversion.h \ apt-src/fileutl.h \ apt-src/cacheiterators.h \ sortselector.h \ blacklistselect.h \ rotatingbackground.h \ searchoptions.h \ dpkginterface.h \ installfile.h FORMS += mainwindow.ui \ packageview.ui \ filterselect.ui \ confirmdialog.ui \ repoview.ui \ packageselector.ui \ help.ui \ settings.ui \ repoedit.ui \ logview.ui \ sortselector.ui \ blacklistselect.ui \ searchoptions.ui #CONFIG += mobility #MOBILITY = maemo5 { QT += maemo5 } #exists( /usr/include/gtk-2.0/gdk/gdk.h ) { # LIBS += `pkg-config --libs gtk+-2.0` # QMAKE_CXXFLAGS += `pkg-config --cflags gtk+-2.0` # DEFINES += MYDEF_GTK_EXISTS #} symbian { TARGET.UID3 = 0xe7c43133 # TARGET.CAPABILITY += TARGET.EPOCSTACKSIZE = 0x14000 TARGET.EPOCHEAPSIZE = 0x020000 0x800000 } RESOURCES += \ resources.qrc OTHER_FILES += \ TODO.txt