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 image: ubuntu:22.04
script: script:
- apt-get update - 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 - mkdir -p build
- cd build - cd build
- cmake .. - cmake ..

View File

@ -15,7 +15,7 @@ set(CMAKE_AUTOUIC ON)
set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON) 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(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Gui Widgets)
find_package(OpenMP) find_package(OpenMP)

View File

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

View File

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