trying removing deps

This commit is contained in:
Dave Griffiths 2022-10-30 11:24:46 +00:00
parent 7a02dcfa3c
commit e22a501aa7
4 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ build-job:
image: ubuntu:22.04
script:
- apt-get update
- apt-get install -y git cmake g++ freeglut3-dev qt6-base-dev qt5-qmake qtbase5-dev-tools
- apt-get install -y git cmake g++ freeglut3-dev qt6-base-dev
- mkdir -p build
- cd build
- cmake ..

View File

@ -15,7 +15,7 @@ set(CMAKE_AUTOUIC ON)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
find_package(QT NAMES Qt5 Qt6 REQUIRED COMPONENTS Core)
find_package(QT NAMES Qt6 REQUIRED COMPONENTS Core)
find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Gui Widgets)
find_package(OpenMP)

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>1188</width>
<height>898</height>
<height>939</height>
</rect>
</property>
<property name="windowTitle">
@ -1651,7 +1651,7 @@
</widget>
<resources>
<include location="../samplebrain.qrc"/>
<include location="../app/samplebrain.qrc"/>
<include location="../samplebrain.qrc"/>
</resources>
<connections>
<connection>

View File

@ -33,7 +33,7 @@ int main( int argc , char *argv[] ){
QApplication app(argc, argv);
cerr<<"Qt version: "<<qVersion()<<endl;
QSettings settings("thentrythis", "samplebrain");
// slight over-use of OSC servers here, but the are packaged nicely for