Skip to content

Instantly share code, notes, and snippets.

@linux-modder
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save linux-modder/b8feb186b1dc75e2bde5 to your computer and use it in GitHub Desktop.
Save linux-modder/b8feb186b1dc75e2bde5 to your computer and use it in GitHub Desktop.
~/Documents/qtox-git.sh
Last metadata expiration check performed 0:03:49 ago on Wed Jun 3 11:18:42 2015.
Group 'Development Tools' is already installed, skipping.
Dependencies resolved.
Complete!
Last metadata expiration check performed 0:03:56 ago on Wed Jun 3 11:18:42 2015.
Package qt-devel-1:4.8.6-30.fc22.x86_64 is already installed, skipping.
Package qt-doc-1:4.8.6-30.fc22.noarch is already installed, skipping.
Package qt-creator-3.4.0-3.fc22.x86_64 is already installed, skipping.
Package qt5-qtsvg-5.4.1-2.fc22.x86_64 is already installed, skipping.
Package opencv-devel-2.4.9-5.fc22.x86_64 is already installed, skipping.
Package openal-soft-devel-1.16.0-5.fc22.x86_64 is already installed, skipping.
Package libXScrnSaver-devel-1.2.2-8.fc22.x86_64 is already installed, skipping.
Package qrencode-devel-3.4.2-4.fc22.x86_64 is already installed, skipping.
Dependencies resolved.
Nothing to do.
Complete!
Last metadata expiration check performed 0:04:01 ago on Wed Jun 3 11:18:42 2015.
Package libtool-2.4.2-34.fc22.x86_64 is already installed, skipping.
Package autoconf-2.69-18.fc22.noarch is already installed, skipping.
Package automake-1.15-1.fc22.noarch is already installed, skipping.
Package check-0.9.14-2.fc22.x86_64 is already installed, skipping.
Package check-devel-0.9.14-2.fc22.x86_64 is already installed, skipping.
Package libsodium-devel-1.0.2-1.fc22.x86_64 is already installed, skipping.
Dependencies resolved.
Nothing to do.
Complete!
/home/server/Git
fatal: destination path 'filter_audio' already exists and is not an empty directory.
make: Nothing to be done for 'all'.
mkdir -p /usr/local/lib/pkgconfig
mkdir -p /usr/local/include
Installing libfilteraudio.so.0.0.0
Installing filter_audio.h
Installing filteraudio.pc
Installing libfilteraudio.a
Usage: qmake-qt5 [mode] [options] [files]
QMake has two modes, one mode for generating project files based on
some heuristics, and the other for generating makefiles. Normally you
shouldn't need to specify a mode, as makefile generation is the default
mode for qmake, but you may use this to test qmake on an existing project
Mode:
-project Put qmake into project file generation mode
In this mode qmake interprets files as files to
be built,
defaults to *; *; *; *.ts; *.xlf; *.qrc
Note: The created .pro file probably will
need to be edited. For example add the QT variable to
specify what modules are required.
-makefile Put qmake into makefile generation mode (default)
In this mode qmake interprets files as project files to
be processed, if skipped qmake will try to find a project
file in your current working directory
Warnings Options:
-Wnone Turn off all warnings; specific ones may be re-enabled by
later -W options
-Wall Turn on all warnings
-Wparser Turn on parser warnings
-Wlogic Turn on logic warnings (on by default)
-Wdeprecated Turn on deprecation warnings (on by default)
Options:
* You can place any variable assignment in options and it will be *
* processed as if it was in [files]. These assignments will be parsed *
* before [files]. *
-o file Write output to file
-d Increase debug level
-t templ Overrides TEMPLATE as templ
-tp prefix Overrides TEMPLATE so that prefix is prefixed into the value
-help This help
-v Version information
-after All variable assignments after this will be
parsed after [files]
-norecursive Don't do a recursive search
-recursive Do a recursive search
-set <prop> <value> Set persistent property
-unset <prop> Unset persistent property
-query <prop> Query persistent property. Show all if <prop> is empty.
-cache file Use file as cache [makefile mode only]
-spec spec Use spec as QMAKESPEC [makefile mode only]
-nocache Don't use a cache file [makefile mode only]
-nodepend Don't generate dependencies [makefile mode only]
-nomoc Don't generate moc targets [makefile mode only]
-nopwd Don't look for files in pwd [project mode only]
make: *** No targets specified and no makefile found. Stop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment