ImageDiff.pro 363 B

123456789101112131415
  1. # -------------------------------------------------------------------
  2. # Project file for the ImageDiff binary
  3. #
  4. # See 'Tools/qmake/README' for an overview of the build system
  5. # -------------------------------------------------------------------
  6. TEMPLATE = app
  7. TARGET = ImageDiff
  8. DESTDIR = $$ROOT_BUILD_DIR/bin
  9. QT = core gui widgets
  10. SOURCES = qt/ImageDiff.cpp