started adding text selection

This commit is contained in:
fourtf
2017-02-17 23:51:35 +01:00
parent bfd57121b8
commit 181fb69a44
12 changed files with 238 additions and 29 deletions
+3 -3
View File
@@ -5,6 +5,6 @@ before_install:
- sudo apt-get install qt5-default qttools5-dev-tools
script:
- qmake -project
- qmake Ultron.pro
- make
- qmake -qt=qt5 -v
- qmake -qt=qt5
- make