Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
removed win32 section since project is windows only anyhow
Browse files Browse the repository at this point in the history
MPIBR-kretschmerf committed Oct 21, 2016
1 parent d958510 commit 6dda206
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions AudioGameGUI.pro
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@ CONFIG += c++11
DEFINES += APP_VERSION=\\\"0.1\\\"
RESOURCES = application.qrc
RC_FILE = app.rc

QT += axcontainer
TYPELIBS = $$system(dumpcpp -getfile {D323A622-1D13-11D4-8858-444553540000})

@@ -25,6 +26,8 @@ isEmpty(TYPELIBS) {
SOURCES += rpcoxlib.cpp
}

LIBS += -L"C:\\Program Files (x86)\\National Instruments\\Shared\\ExternalCompilerSupport\\C\\lib64\\msvc" \
-lNIDAQmx

TARGET = AudioGameGUI
TEMPLATE = app
@@ -56,7 +59,3 @@ FORMS += mainwindow.ui \
AboutDialog.ui

DISTFILES +=


LIBS += -L"C:\\Program Files (x86)\\National Instruments\\Shared\\ExternalCompilerSupport\\C\\lib64\\msvc" \
-lNIDAQmx

0 comments on commit 6dda206

Please sign in to comment.