#------------------------------------------------- # # Project created by QtCreator 2014-08-14T11:25:36 # #------------------------------------------------- QT += core gui QT += network greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = Gefu TEMPLATE = app VERSION = 0.2.6 SOURCES += main.cpp\ mainwindow.cpp \ renamesingledialog.cpp \ renamemultidialog.cpp \ operationdialog.cpp \ renameworker.cpp \ deleteworker.cpp \ overwritedialog.cpp \ copymoveworker.cpp \ sortdialog.cpp \ historydialog.cpp \ preferencedialog.cpp \ folderview.cpp \ folderpanel.cpp \ bookmarkdialog.cpp \ abstractworker.cpp \ foldermodel.cpp \ panel.cpp \ preferences.cpp \ global.cpp \ win32.cpp \ thumbnailview.cpp \ thumbnaildelegate.cpp \ thumbnailworker.cpp \ folderview_private.cpp \ filereadworker.cpp \ imageview.cpp \ hexview.cpp \ textview.cpp HEADERS += mainwindow.h \ renamesingledialog.h \ renamemultidialog.h \ operationdialog.h \ renameworker.h \ deleteworker.h \ overwritedialog.h \ copymoveworker.h \ sortdialog.h \ historydialog.h \ preferencedialog.h \ folderview.h \ version.h \ folderpanel.h \ bookmarkdialog.h \ abstractworker.h \ foldermodel.h \ panel.h \ preferences.h \ global.h \ win32.h \ abstractrenamedialog.h \ thumbnailview.h \ thumbnaildelegate.h \ thumbnailworker.h \ folderview_private.h \ operationworker.h \ filereadworker.h \ imageview.h \ hexview.h \ textview.h FORMS += mainwindow.ui \ renamesingledialog.ui \ renamemultidialog.ui \ operationdialog.ui \ overwritedialog.ui \ sortdialog.ui \ historydialog.ui \ preferencedialog.ui \ folderpanel.ui \ bookmarkdialog.ui \ panel.ui RESOURCES += \ resource.qrc OTHER_FILES += \ Gefu.rc \ README.md \ ReadMe.txt \ keybind.txt \ installer-full.nsi \ installer.nsi macx { ICON = ./images/file-manager.icns } win32 { RC_FILE = Gefu.rc }