Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Go to file
Martchus babb75a205 Attempt to link statically against Qt
Linking statically against Qt with CMake still doesn't work. Seems like
there is still some work to do on the Qt side. Patches from MSYS2 might
help.
2016-07-27 18:51:25 +02:00
aboutdialog Make include guards more unique and consistent 2016-07-04 23:26:48 +02:00
cmake/modules Attempt to link statically against Qt 2016-07-27 18:51:25 +02:00
enterpassworddialog Make include guards more unique and consistent 2016-07-04 23:26:48 +02:00
misc Make include guards more unique and consistent 2016-07-04 23:26:48 +02:00
models Make include guards more unique and consistent 2016-07-04 23:26:48 +02:00
paletteeditor Allow built-in translations and icons 2016-07-16 23:12:02 +02:00
resources Allow built-in translations and icons 2016-07-16 23:12:02 +02:00
scripts Allow built-in translations and icons 2016-07-16 23:12:02 +02:00
settingsdialog Make include guards more unique and consistent 2016-07-04 23:26:48 +02:00
widgets tweaked PathSelection 2016-04-23 13:29:15 +02:00
.gitignore ignore *.txt.user files 2016-01-25 19:10:47 +01:00
CMakeLists.txt Attempt to link statically against Qt 2016-07-27 18:51:25 +02:00
LICENSE Initial commit 2015-04-22 18:54:45 +02:00
README.md added build instructions 2015-05-19 22:40:20 +02:00

README.md

qtutilities

Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models.

Build instructions

Qt utilities depends on c++utilities and is built in the same way. The library also depends on the following Qt 5 modules: core, gui