mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-05-12 02:27:21 +00:00
trying removing deps
This commit is contained in:
parent
7a02dcfa3c
commit
e22a501aa7
@ -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 ..
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user