845 links
  • Links Lounge
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
7 results tagged qmake x
  • Introducing qmake2cmake
    Thu 14 Apr 2022 09:47:48 AM CEST - permalink -
    - - - https://www.qt.io/blog/introducing-qmake2cmake
    C++ CMake qmake Qt
  • How do you stop qmake from trying to strip all installed files? | MythTV | Dev

    When adding some files to INSTALLS, they are stripped if they are excecutables.

    To avoid using strip, you can update "QMAKE_STRIP" variable and force stripping executables one by one using ".extra":

    target.extra = strip $${DESTDIR}/$(TARGET)
    QMAKE_STRIP = echo # Avoid striping unwanted files (which will not work)
    applibs.files = $${DESTDIR}/*.so*
    applibs.path = $$EXPORT_LIBPATH
    INSTALLS += applibs
    Thu 01 Dec 2016 03:40:55 PM CET - permalink -
    - - - http://www.gossamer-threads.com/lists/mythtv/dev/141885
    C++ make qmake Qt
  • QMake-top-level-srcdir-and-builddir - Qt Wiki

    Très pratique le fichier .qmake.conf.

    Tue 30 Aug 2016 10:35:55 AM CEST - permalink -
    - - - https://wiki.qt.io/QMake-top-level-srcdir-and-builddir
    C++ qmake Qt
  • Undocumented qmake - QtCentreWiki

    ça commence à dater, mais c'est vital pour faire une configuration avancée via qmake.

    Another one: http://paulf.free.fr/undocumented_qmake.html

    Thu 11 Dec 2014 09:10:33 AM CET - permalink -
    - - - https://wiki.qt.io/Undocumented_QMake
    Doc qmake Qt
  • qt creator - How to get QMake to copy large data files only if they are updated - Stack Overflow

    Voilà qui est encore mieux !!!

    OCTAVE_FILES = $$files($${PWD}/scripts/*.m)
    copy_files.name = Copy scripts
    copy_files.input = OCTAVE_FILES
    copy_files.output = $${OUT_PWD}/data/${QMAKE_FILE_BASE}${QMAKE_FILE_EXT}
    copy_files.commands = ${COPY_FILE} ${QMAKE_FILE_IN} ${QMAKE_FILE_OUT}
    copy_files.CONFIG += no_link target_predeps
    QMAKE_EXTRA_COMPILERS += copy_files

    Wed 19 Nov 2014 03:13:42 PM CET - permalink -
    - - - http://stackoverflow.com/questions/18488154/how-to-get-qmake-to-copy-large-data-files-only-if-they-are-updated?answertab=votes#tab-top
    qmake Qt
  • Copying data files to the build directory with qmake | dragly

    copydata.commands = $(COPY_DIR) $$PWD/data $$OUT_PWD
    first.depends = $(first) copydata
    export(first.depends)
    export(copydata.commands)
    QMAKE_EXTRA_TARGETS += first copydata

    Edit : encore mieux -> http://links.la-bnbox.fr/?kqGppw

    Wed 19 Nov 2014 11:02:55 AM CET - permalink -
    - - - http://dragly.org/2013/11/05/copying-data-files-to-the-build-directory-when-working-with-qmake/
    qmake Qt
  • qmake Advanced Usage | Documentation | Qt Project

    Utilisation avancée de qmake, notamment la gestion des variables. Voilà ce que je cherchais depuis quelques temps...

    Wed 25 Sep 2013 03:52:57 PM CEST - permalink -
    - - - http://doc.qt.io/qt-5/qmake-advanced-usage.html
    Doc qmake Qt
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, no-database delicious clone by the Shaarli community - Help/documentation